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