blob: c4efbdf40bef1b7b9ae952408b82d4768ec89dca [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float dpdxCoarse_029152() {
float res = dfdx(1.0f);
return res;
}
fragment void fragment_main(device float* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = dpdxCoarse_029152();
return;
}