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

9 lines
126 B
WebGPU Shading Language
Raw Normal View History

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