#include <metal_stdlib> | |
using namespace metal; | |
float dpdxCoarse_029152() { | |
float arg_0 = 1.0f; | |
float res = dfdx(arg_0); | |
return res; | |
} | |
fragment void fragment_main(device float* tint_symbol [[buffer(0)]]) { | |
*(tint_symbol) = dpdxCoarse_029152(); | |
return; | |
} | |