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