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

16 lines
221 B
Plaintext
Raw Normal View History

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