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