blob: c692e0930c3773c6d6f8e7cbcd608fd8fa46e260 [file] [log] [blame]
void dpdx_99edb1() {
float2 res = ddx(float2(0.0f, 0.0f));
}
void fragment_main() {
dpdx_99edb1();
return;
}