dawn-cmake/test/tint/builtins/gen/dpdxCoarse/c28641.wgsl.expected.glsl

16 lines
215 B
Plaintext
Raw Normal View History

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