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