Hi
I’ve recently decided to rebuild a project I’ve been working on from the ground up in Panda. I had a question though: Does Panda make us of the GPU when flipping the screen? Or does it rely entirely on the CPU?
Hi
I’ve recently decided to rebuild a project I’ve been working on from the ground up in Panda. I had a question though: Does Panda make us of the GPU when flipping the screen? Or does it rely entirely on the CPU?
What do you mean? Of course Panda uses the GPU for any and all rendering operations; but I’m guessing you’re asking about something more specific than that?
No, that was my question! I’ve come across multiple python engines that unfortunately do not use the GPU, and I just wanted to be sure. Thanks!