Examples: DirectX9: Comments, updated changelog, notes about usage of imconfig.h (#1790, #1687)

This commit is contained in:
omar
2018-05-07 11:52:11 +02:00
parent d0051ce5cb
commit 4310bad32a
2 changed files with 8 additions and 3 deletions

View File

@ -69,6 +69,7 @@ Other Changes:
- Examples: Calling IMGUI_CHECKVERSION() in the main.cpp of every example application.
- Examples: Allegro 5: Added support for 32-bit indices setup via defining ImDrawIdx, to avoid an unnecessary conversion (Allegro 5 doesn't support 16-bit indices).
- Examples: Allegro 5: Renamed bindings from imgui_impl_a5.cpp to imgui_impl_allegro5.cpp.
- Examples: DirectX 9 : Saving/restoring Transform because they don't seem to be included in the StateBlock. Setting shading mode to Gouraud. (#1790, #1687) [@sr-tream]
- Various minor fixes, tweaks, refactoring, comments.
-----------------------------------------------------------------------