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