dawn-cmake/test/intrinsics/gen/fwidthFine/f1742d.wgsl.expected.wgsl

20 lines
314 B
WebGPU Shading Language

fn fwidthFine_f1742d() {
var res : f32 = fwidthFine(1.0);
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
fwidthFine_f1742d();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
fwidthFine_f1742d();
}
[[stage(compute)]]
fn compute_main() {
fwidthFine_f1742d();
}