I have a lightweight prototype I’m working on and I’m struggling to understand why I’m struggling so much with my FPS. I’ve been using Insights to profile my builds and I just can’t understand why my game is spending so much time waiting each frame. Can anyone else make sense of this?
It looks to me like the game thread is waiting on the render thread. The render thread is performing occlusion culling which is then waiting on… something else?