7 lines
139 B
GLSL
7 lines
139 B
GLSL
### Compilation failed:
|
|
|
|
error: 6: call to 'foo' expected 1 argument, but found 2
|
|
float x = foo(1, 2);
|
|
^^^^^^^^^
|
|
1 error
|