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