Backends: OpenGL3: Fix gl3wProcs colliding with gl3w. (#4445)

This commit is contained in:
Rokas Kupstys
2021-08-24 14:19:33 +03:00
committed by ocornut
parent 0608887fb5
commit 4c22b3e5d9
2 changed files with 56 additions and 55 deletions

View File

@ -46,6 +46,7 @@ Other Changes:
the whole widget is clipped.
- imgui_freetype: Fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL
(which apparently happens with Freetype 2.11). (#4394, #4145?).
- Backends: OpenGL3: Fix our new GL loader conflicting with user using GL3W. (#4445)
-----------------------------------------------------------------------