From 634e3960c2bc322bbd51fccc7ff395d9f24e35dc Mon Sep 17 00:00:00 2001 From: Darren Wihandi <65404740+fairywreath@users.noreply.github.com> Date: Mon, 19 May 2025 14:21:25 -0400 Subject: Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` semantics (#7150) * Map SV_VertexID to `gl_VertexIndex - gl_BaseVertex`, provide SV_Vulkan* SV semantics * Fix docs * Regenerate toc * Fix affected pointer-2 test * Add tests --------- Co-authored-by: Yong He --- docs/user-guide/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index ace7da1d0..47e0c05ad 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -195,7 +195,7 @@
  • Memory model
  • Combined texture sampler
  • System-Value semantics
  • -
  • Using SV_InstanceID with SPIR-V target
  • +
  • Using SV_InstanceID and SV_VertexID with SPIR-V target
  • Behavior of `discard` after SPIR-V 1.6
  • Supported HLSL features when targeting SPIR-V
  • Unsupported GLSL keywords when targeting SPIR-V
  • -- cgit v1.2.3