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