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