blob: aa1d73d1740dabab5342eb9dd87b04616c84e8f1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthFine_523fdc() {
float3 res = fwidth(float3());
}
fragment void fragment_main() {
fwidthFine_523fdc();
return;
}