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