blob: 0f744b11f73ba3f62ea8c97a202c997ba0393ae1 [file] [log] [blame]
### Compilation failed:
error: 2: modifier 'const' is not permitted on a struct field
const float a;
^^^^^
error: 3: modifier 'uniform' is not permitted on a struct field
uniform int b;
^^^^^^^
error: 4: modifier 'flat' is not permitted on a struct field
flat half4 c;
^^^^
error: 5: modifier 'noperspective' is not permitted on a struct field
noperspective float4 d;
^^^^^^^^^^^^^
error: 6: modifier 'inout' is not permitted on a struct field
inout bool e;
^^^^^
5 errors