summaryrefslogtreecommitdiffstats
path: root/tests/render/unused-discard.slang
Commit message (Collapse)AuthorAge
* Don't emitting an imported declaration unless it is used.Tim Foley2017-07-11
This helps avoid the problem where we emit a function that does a `discard` and thus get a GLSL compilation failure in a vertex shader (that doesn't even call the function).