blob: 8deb13da18f29a36438ad03a69a19952f999eba2 [file] [log] [blame]
SKIP: INVALID
#version 310 es
precision highp float;
precision highp int;
void g(float a, float b, float c) {
}
void main(vec4 a, vec4 b, vec4 fbf) {
g(a[0u], b[1u], fbf[0u]);
}
error: Error parsing GLSL shader:
ERROR: 0:8: 'main' : function cannot take any parameter(s)
ERROR: 0:8: '' : compilation terminated
ERROR: 2 compilation errors. No code generated.
tint executable returned error: exit status 1