summaryrefslogtreecommitdiffstats
path: root/tests/spirv/sb-load-2.slang
Commit message (Collapse)AuthorAge
* Update SPIRV-Tools and fix new validation errors. (#6511)Yong He2025-03-06
| | | | | | | * Update SPIRV-Tools and fix new validation errors. * Implement pointers for glsl target. * Reworked packStorage/unpackStorage code gen to operate on pointers rather than values.
* Push buffer load to end of access chain. (#5544)Yong He2024-11-12
* Push buffer load to end of access chain. * Update test. * Fix. * Fix. * Fix. * Make more robust. * Fix.