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