blob: 809d0bd89aeec814f3e3f458239de3f8d2fc6787 [file] [log] [blame]
fn frexp_34bbfb() {
var res = frexp(vec4(1.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();
}