blob: 1c389c89ea941795056eec1d520845a66e200f1e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdx_99edb1() {
float2 res = dfdx(float2());
}
fragment void fragment_main() {
dpdx_99edb1();
return;
}