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