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