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