summaryrefslogtreecommitdiff
path: root/tests/preprocessor/elif-eval.slang
AgeCommit message (Collapse)Author
2023-07-31Fix for #elif evaluation issue (#3038)jsmall-nvidia
* A more way robust way to handle resource consumption might use multiple `kind`s on GLSL emit. * Improve method naming and some comments. * Small consistency fix. * Fix issue with #elif evaluation. * Add a test.