summaryrefslogtreecommitdiffstats
path: root/tests/spirv/sv_instance.slang
Commit message (Collapse)AuthorAge
* Fix SV_InstanceID for emit-spirv-via-glsl path (#6848)Darren Wihandi2025-04-17
|
* Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He2025-02-27
* Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` * Fix ci.