unplugged-system/external/skia/tests/sksl/errors/InterfaceBlockStorageModifiers.glsl

7 lines
146 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: modifier 'out' is not permitted on a struct field
uniform foo { out int x; };
^^^^^^^^^^
1 error