blob: f5a0701ea6aa7a1cb9033f4feadd1e6074cf3831 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float tint_fwidth_fine(float v) {
return (fabs(dfdx(v)) + fabs(dfdy(v)));
}
float fwidthFine_f1742d() {
float res = tint_fwidth_fine(1.0f);
return res;
}
fragment void fragment_main(device float* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = fwidthFine_f1742d();
return;
}