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
Fixed by adding:
glClipControl(GL_UPPER_LEFT, GL_ZERO_TO_ONE); and glClipControl(GL_LOWER_LEFT, GL_ZERO_TO_ONE);
int OGL framebuffer bind and unbind to render as in D3D, upside down to OGL
This becomes really problematic when rendering to the framebuffer and displaying in ImGui::Image
The text was updated successfully, but these errors were encountered: