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