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

7 lines
135 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 9: struct 'too_deep' is too deeply nested
struct too_deep { S8 x; };
^^^^^^^^^^^^^^^^^^^^^^^^^
1 error