dawn-cmake/test/tint/builtins/gen/literal/fwidthCoarse/4e4fc4.wgsl.expected.wgsl

9 lines
143 B
WebGPU Shading Language

fn fwidthCoarse_4e4fc4() {
var res : vec4<f32> = fwidthCoarse(vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
fwidthCoarse_4e4fc4();
}