OpenGL why - high CPU usage

Time and time again I explain the same thing: JUCE’s OpenGL implementation treats GL like a rasteriser. This in turn does a lot more work under the hood than it should compared to a straightforward GL renderer.

I go in detail here, where the first couple paragraphs are more relevant: Are there any games built with JUCE?

3 Likes