Examples: Vulkan: Switch validation layer. Fix CMakeLists to find Vulkan the standard way. (#3459)

This commit is contained in:
Michel Lesoinne
2020-05-08 17:58:05 -06:00
committed by omar
parent 751d153ca9
commit b25756be4a
4 changed files with 11 additions and 9 deletions

View File

@ -63,6 +63,8 @@ Other Changes:
- Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.
- Demo: Add simple InputText() callbacks demo (aside from the more elaborate ones in 'Examples->Console').
- Examples: Vulkan: Reworked buffer resize handling, fix for Linux/X11. (#3390, #2626) [@RoryO]
- Examples: Vulkan: Switch validation layer to use "VK_LAYER_KHRONOS_validation" instead of
"VK_LAYER_LUNARG_standard_validation" which is deprecated (#3459) [@FunMiles]
-----------------------------------------------------------------------