summaryrefslogtreecommitdiffstats
path: root/tests/spirv/vk-offset.slang
Commit message (Collapse)AuthorAge
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Add struct member offset qualifier for SPIRV * Implement for GLSL target and add tests * clean up * fix formatting * fix typo * renamed GLSLStructOffset to VkStructOffset and added emit-spirv-via-glsl test case