You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the OpenGL driver at least, we modify several states (such as glUseProgram()) that modify the current GL state after GPUDriver::DrawGeometry() returns.
We should save / restore any modified GPU state for easier integration with existing GPU code.