DEBSOURCES
Skip Quicknav
sources / glslang / 16.1.0-1 / Test / boolinput.error.frag
12345678910111213141516
#version 460 in bool a; struct S { bool b; }; in S s; in Block { bool c; }; void main() { }