7 lines
132 B
GLSL
7 lines
132 B
GLSL
### Compilation failed:
|
|
|
|
error: 3: break statement must be inside a loop or switch
|
|
if (true) break;
|
|
^^^^^
|
|
1 error
|