blob: 857729e9f3b52b9fe1cedf446823e8b5cd6b6c5c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthFine_ff6aa0() {
float2 arg_0 = float2(0.0f);
float2 res = fwidth(arg_0);
}
fragment void fragment_main() {
fwidthFine_ff6aa0();
return;
}