Skip to content

Commit 5a403db

Browse files
committed
Fix SwiftShader.
1 parent d4c54a8 commit 5a403db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_gfx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ UTEST_F( Graphics, ExtensiveSlotBinding )
18031803
const char* vsSourceUnique = R"(
18041804
cbuffer TestCB_VS : register(b2, VRHI_STAGE_SPACE) { float4 u_valVS; };
18051805
struct VSOutput { float4 pos : SV_Position; float4 color : COLOR; };
1806-
VSOutput main( uint id : SV_VertexID )
1806+
VSOutput main( uint id : SV_VulkanVertexID )
18071807
{
18081808
VSOutput o;
18091809
o.pos = float4( 0, 0, 0, 1 );

0 commit comments

Comments
 (0)