blob: 6f277ddc1f8c1d7f345b2888ee9c7c65499884e6 [file] [log] [blame]
SKIP: FAILED
#version 310 es
struct frexp_result_f32 {
float fract;
int exp;
};
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
float tint_symbol_1 = 1.25f;
frexp_result_f32 res = frexp(tint_symbol_1);
float tint_symbol_2 = res.fract;
int tint_symbol_3 = res.exp;
}
error: Error parsing GLSL shader:
ERROR: 0:11: 'frexp' : no matching overloaded function found
ERROR: 0:11: '=' : cannot convert from ' const float' to ' temp structure{ global highp float fract, global highp int exp}'
ERROR: 0:11: '' : compilation terminated
ERROR: 3 compilation errors. No code generated.
tint executable returned error: exit status 1