blob: 82190f39caddb9b9609b3f6ea224a4a61a2cc052 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthCoarse_159c8a() {
float res = fwidth(1.0f);
}
fragment void fragment_main() {
fwidthCoarse_159c8a();
return;
}