blob: 73447148d3acfb393ab475e3cb35763b83285132 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float2 dpdxFine_9631de() {
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) = dpdxFine_9631de();
return;
}