blob: 06c1a26e535ce4ee469f00d79672a77f5fd955ca [file] [log] [blame]
#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;
}