Changed syntax for (very rarely used) IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT mechanism, instead you only need to '#define ImDrawVert MyDrawVert' to use this feature, avoiding the need to declare the entire structure within an awkward macro. Using the old macro will now error with a message pointing you to the new method. (#38, #103, #1172, #1231, #2489)
1 parent c96f2c4 commit 597c024904d76ec3ac182a36ecfdff1aa99c21f0
@omar omar authored on 5 Jun 2019
Showing 5 changed files
View
docs/CHANGELOG.txt
View
examples/imgui_impl_dx9.cpp
View
imconfig.h
View
imgui.cpp
View
imgui.h