blob: 16b46fcd06829ec711324ffe225aece499d0fa76 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidth_d2ab9a() {
float4 res = fwidth(float4());
}
fragment void fragment_main() {
fwidth_d2ab9a();
return;
}