[PATCH vkd3d] tests: Delete spurious HLSL source line.
12 Jul
2021
12 Jul
'21
3:31 a.m.
Signed-off-by: Conor McCarthy <cmccarthy(a)codeweavers.com> --- tests/d3d12.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/d3d12.c b/tests/d3d12.c index 3892c1db..448bd290 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -15114,7 +15114,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; -- 2.31.1
1619
Age (days ago)
1620
Last active (days ago)
1 comments
2 participants
participants (2)
-
Conor McCarthy -
Henri Verbeet