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