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