1 parent d4c54a8 commit 5a403dbCopy full SHA for 5a403db
1 file changed
test/test_gfx.cpp
@@ -1803,7 +1803,7 @@ UTEST_F( Graphics, ExtensiveSlotBinding )
1803
const char* vsSourceUnique = R"(
1804
cbuffer TestCB_VS : register(b2, VRHI_STAGE_SPACE) { float4 u_valVS; };
1805
struct VSOutput { float4 pos : SV_Position; float4 color : COLOR; };
1806
- VSOutput main( uint id : SV_VertexID )
+ VSOutput main( uint id : SV_VulkanVertexID )
1807
{
1808
VSOutput o;
1809
o.pos = float4( 0, 0, 0, 1 );
0 commit comments