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

10 lines
278 B
GLSL

### Compilation failed:
error: 1: variables of type 'void' are not allowed
void j = half[4](float[4](5,2,3,1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: 1: expected 'void', but found 'half[4]'
void j = half[4](float[4](5,2,3,1));
^^^^^^^^^^^^^^^^^^^^^^^^^^
2 errors