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