mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-06-05 15:03:51 +00:00
Replace usage of old layer VK_LAYER_LUNARG_standard_validation and extension VK_EXT_debug_report with new layer VK_LAYER_KHRONOS_validation and extension VK_EXT_debug_utils
This commit is contained in:
parent
e9f387a31d
commit
8caf0bd1c0
2 changed files with 67 additions and 85 deletions
|
@ -45,7 +45,7 @@ void SetConsoleColor(CONSOLE_COLOR color)
|
|||
switch(color)
|
||||
{
|
||||
case CONSOLE_COLOR::INFO:
|
||||
attr = FOREGROUND_INTENSITY;;
|
||||
attr = FOREGROUND_INTENSITY;
|
||||
break;
|
||||
case CONSOLE_COLOR::NORMAL:
|
||||
attr = FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue