blob: 67faa8a05ff0598d12a253b48ca3cb832108ad7c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdyCoarse_3e1ab4(device float2* const tint_symbol) {
float2 res = dfdy(float2(1.0f));
*(tint_symbol) = res;
}
fragment void fragment_main(device float2* tint_symbol_1 [[buffer(0)]]) {
dpdyCoarse_3e1ab4(tint_symbol_1);
return;
}