summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/unrecognized-glsl-layout-modifiers.slang
Commit message (Collapse)AuthorAge
* 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>