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

17 lines
225 B
GLSL

#version 310 es
precision mediump float;
void fwidthCoarse_4e4fc4() {
vec4 arg_0 = vec4(0.0f);
vec4 res = fwidth(arg_0);
}
void fragment_main() {
fwidthCoarse_4e4fc4();
}
void main() {
fragment_main();
return;
}