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