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

9 lines
143 B
WebGPU Shading Language

fn fwidthFine_ff6aa0() {
var res : vec2<f32> = fwidthFine(vec2<f32>());
}
[[stage(fragment)]]
fn fragment_main() {
fwidthFine_ff6aa0();
}