Backends: OpenGL3: amend reset GL_POLYGON_MODE separately for front and back when possible. (#6333)

This commit is contained in:
ocornut
2023-04-18 12:01:40 +02:00
parent d0836aa89a
commit a338b78eb9
3 changed files with 19 additions and 12 deletions

View File

@ -48,6 +48,8 @@ Other changes:
(#6341) [@lukaasm]
- Backends: Clear bits sets io.BackendFlags on backend Shutdown(). (#6334, #6335] [@GereonV]
Potentially this would facilitate switching runtime backend mid-session.
- Backends: OpenGL3: Restore front and back polygon mode separately when supported
by context (Desktop 3.0, 3.1, or 3.2+ with compat bit). (#6333) [@GereonV]