index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spirv
/
sv_instance.slang
Age
Commit message (
Expand
)
Author
2025-04-17
Fix SV_InstanceID for emit-spirv-via-glsl path (#6848)
Darren Wihandi
2025-02-27
Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)
Yong He