Module: vkd3d Branch: master Commit: 751d9342f53fe391f69188eedb36057a011caca1 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=751d9342f53fe391f69188ee...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Mon Jul 12 13:31:27 2021 +1000
tests: Delete spurious HLSL source line.
Signed-off-by: Conor McCarthy cmccarthy@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tests/d3d12.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tests/d3d12.c b/tests/d3d12.c index 5514861..e877af5 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -15498,7 +15498,6 @@ static void test_srv_component_mapping(void) float4 main(float4 position : SV_POSITION) : SV_Target { float2 p; - D3D12_SUBRESOURCE_DATA data;
p.x = position.x / 32.0f; p.y = position.y / 32.0f;