Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. Broken by a06eb833 (#3390)

This commit is contained in:
ocornut
2020-08-07 15:24:00 +02:00
parent b15b25bccd
commit ede8825fb2
3 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@ Other Changes:
- Demo: Improved "Layout & Scrolling" -> "Child Windows" section.
- Style Editor: Added preview of circle auto-tessellation when editing the corresponding value.
- Backends: OpenGL3: Added support for glad2 loader. (#3330) [@moritz-h]
- Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. (#3390) [@RoryO]
-----------------------------------------------------------------------