In NVIDIA Vulkan Ray Tracing Tutorial section 5.2 Top-Level Acceleration Structure I could not found the definition about gl_InstanceId and gl_InstanceCustomIndex . I only can find some describe about gl_InstanceID and gl_InstanceIndex i...
Installed product versions Visual Studio: 2019 Community This extension: 0.6.78 Description gl_VertexIndex and gl_InstanceIndex highlighted as errors. Steps to recreate Type these: gl_Position = vec4(positions[gl_VertexIndex], 0.0, 1.0);...