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