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