blob: 63409de80155f714def3ab39e8419a33d9664adb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthCoarse_e653f7() {
float2 res = fwidth(float2());
}
fragment void fragment_main() {
fwidthCoarse_e653f7();
return;
}