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