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