blob: 5ea337182d4c7b317d0587fb6b538f4e53b08acf [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthCoarse_1e59d9() {
float3 res = fwidth(float3(0.0f));
}
fragment void fragment_main() {
fwidthCoarse_1e59d9();
return;
}