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

7 lines
167 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: type mismatch: '-' cannot operate on 'float', 'int'
void main() { 0.5 - 0 * ~0 - half2(0) + 1; }
^^^^^^^^^^^^
1 error