summaryrefslogtreecommitdiffstats
path: root/tests/glsl/layout-qualifier-exprs.slang
Commit message (Collapse)AuthorAge
* Enable exprs for all supported GLSL layout qualifiers (#5857)Darren2024-12-15
|
* Enable exprs for GLSL binding layout qualifiers (#5807)Darren2024-12-10
* Allow glsl set and binding layout qualifiers to be compile time integer exprs * add new tests * add comments * cleanup on asserts * addressed review comments and cleanup * fix missing set expr in test * fixed tests and cleanup --------- Co-authored-by: Yong He <yonghe@outlook.com>