blob: 9a429dc483d8b82d751ef7bfc4f293bb632825fc [file] [log] [blame]
#version 310 es
precision mediump float;
void dpdy_feb40f() {
vec3 res = dFdy(vec3(1.0f));
}
void fragment_main() {
dpdy_feb40f();
}
void main() {
fragment_main();
return;
}