Is there a way to get double-buffering at 120Hz instead of triple bufferig? I'm trying to minimize UI latency.
When I use Xcode's Metal Game template (which renders a rotating cube), I still get triple-buffering at 120hz, despite the trivial amount of work. It's double-buffered at 60hz.
thanks!