blob: cb64b2b691eeedc3a0c9072ba9a48f8cc52b311b [file] [log] [blame]
fn frexp_34bbfb() {
const arg_0 = vec4(1.0);
var res = frexp(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
frexp_34bbfb();
return vec4<f32>();
}
@fragment
fn fragment_main() {
frexp_34bbfb();
}
@compute @workgroup_size(1)
fn compute_main() {
frexp_34bbfb();
}