blob: a8cd3ea75b41dbea27eaac8db407fbce7fd67330 [file] [log] [blame]
#version 310 es
precision mediump float;
void dpdxCoarse_9581cf() {
vec2 res = dFdx(vec2(0.0f));
}
void fragment_main() {
dpdxCoarse_9581cf();
}
void main() {
fragment_main();
return;
}