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