dawn-cmake/test/tint/builtins/gen/var/acosh/5f49d8.wgsl.expected.wgsl

23 lines
328 B
WebGPU Shading Language
Raw Normal View History

enable f16;
fn acosh_5f49d8() {
var arg_0 = vec2<f16>(f16());
var res : vec2<f16> = acosh(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
acosh_5f49d8();
return vec4<f32>();
}
@fragment
fn fragment_main() {
acosh_5f49d8();
}
@compute @workgroup_size(1)
fn compute_main() {
acosh_5f49d8();
}