Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562)

This commit is contained in:
ocornut
2021-09-20 18:43:05 +02:00
parent ddddabdccf
commit c6ca327fb2
12 changed files with 23 additions and 11 deletions

View File

@ -73,6 +73,7 @@ Other Changes:
- Fonts: 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?).
- Fonts: Fixed ImFontAtlas::ClearInputData() marking atlas as not built. (#4455, #3487)
- Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562)
- Backends: OpenGL3: Fixed our custom GL loader conflicting with user using GL3W. (#4445) [@rokups]
- Backends: WebGPU: Fixed for latest specs. (#4472) [@Kangz]
- Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted via