Demo: Added a black and white gradient to Demo>Examples>Custom Rendering.

This commit is contained in:
omar
2020-02-10 22:08:52 +01:00
parent d8948b5343
commit 70975fe44d
2 changed files with 25 additions and 2 deletions

View File

@ -38,7 +38,10 @@ Other Changes:
- ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced
by default for standalone ColorButton.
- Backends: Added SDL2+Metal example application. (#3017) [@coding-jackalope]
- Demo: Added a black and white gradient to Demo>Examples>Custom Rendering.
- Backends: SDL: Added ImGui_ImplSDL2_InitForMetal() for API consistency (even though the function
currently does nothing).
- Examples: Added SDL2+Metal example application. (#3017) [@coding-jackalope]
-----------------------------------------------------------------------