blob: a549974810239f80f9d2b259f0837b9b504e84ba [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision highp float;
precision highp int;
void main_1() {
vec2 x_1 = vec2(50.0f, 60.0f);
vec2 x_2 = dFdxdFdxFine(x_1);
}
void main() {
main_1();
}
error: Error parsing GLSL shader:
ERROR: 0:8: 'dFdxdFdxFine' : no matching overloaded function found
ERROR: 0:8: '=' : cannot convert from ' const float' to ' temp highp 2-component vector of float'
ERROR: 0:8: '' : compilation terminated
ERROR: 3 compilation errors. No code generated.
tint executable returned error: exit status 1