mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
This commit is contained in:
parent
e2166db282
commit
9c1f02a42c
3 changed files with 10 additions and 5 deletions
|
|
@ -91,6 +91,7 @@ Other Changes:
|
|||
angles, also faster to output. (#2518) [@rmitton]
|
||||
- Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert
|
||||
to using the ImGui::MemAlloc()/MemFree() calls directly.
|
||||
- Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
|
||||
- Metrics: Added "Show windows rectangles" tool to visualize the different rectangles.
|
||||
- Demo: Improved trees in columns demo.
|
||||
- Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue