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