|
|
@ -73,6 +73,7 @@ Other Changes:
|
|
|
|
- Fonts: imgui_freetype: Fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL
|
|
|
|
- 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?).
|
|
|
|
(which apparently happens with Freetype 2.11). (#4394, #4145?).
|
|
|
|
- Fonts: Fixed ImFontAtlas::ClearInputData() marking atlas as not built. (#4455, #3487)
|
|
|
|
- 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: OpenGL3: Fixed our custom GL loader conflicting with user using GL3W. (#4445) [@rokups]
|
|
|
|
- Backends: WebGPU: Fixed for latest specs. (#4472) [@Kangz]
|
|
|
|
- Backends: WebGPU: Fixed for latest specs. (#4472) [@Kangz]
|
|
|
|
- Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted via
|
|
|
|
- Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted via
|
|
|
|