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

9 lines
129 B
WebGPU Shading Language

fn fwidthFine_f1742d() {
var res : f32 = fwidthFine(1.0);
}
[[stage(fragment)]]
fn fragment_main() {
fwidthFine_f1742d();
}