summaryrefslogtreecommitdiffstats
path: root/tests/spirv/pointer-2.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spirv/pointer-2.slang')
-rw-r--r--tests/spirv/pointer-2.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spirv/pointer-2.slang b/tests/spirv/pointer-2.slang
index 201d97001..1f2b2d0ea 100644
--- a/tests/spirv/pointer-2.slang
+++ b/tests/spirv/pointer-2.slang
@@ -44,7 +44,7 @@ ConstantBuffer<PushConstants> constantBuffer;
// CHECK_SPV_VIA_GLSL: OpTypePointer PhysicalStorageBuffer
[shader("vertex")]
-VSOutput vertexMain(int vertexIndex: SV_VertexID)
+VSOutput vertexMain(int vertexIndex: SV_VulkanVertexID)
{
//
// Test field access chains.