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