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
I think I'll also attempt to get this function from ImGui's examples folder, and while it might seem shady, the example's implementation is more flexible and are better maintained.
Though it might make build a bit harder for people not using CMake (will need to include one more .cpp file into build)
Looks like with some work it's possible to use this impl directly, but I'm not sure if it'll work on OpenGL ES since the current ImGui-SFML implementation has some #ifdefs in rendering code related to it.
Looks like it does almost everything that we need and properly sets up/restores states.
Maybe this will allow us to not use resetGLStates anymore?
Here's one problems, though - it doesn't support OpenGL ES. @Alia5 - can you take a look at it and maybe even add ES support via PR to ImGui directly?
The text was updated successfully, but these errors were encountered: