GPUOpen-Tools / gpu_performance_api

GPU Performance API for AMD GPUs
MIT License
250 stars 46 forks source link

Update vk_color_cube.cc #50

Closed jdrouan-goog closed 3 years ago

jdrouan-goog commented 3 years ago

Fixes Vulkan Validation Layer name. VK_LAYER_LUNARG_standard_validation was deprecated and replaced by VK_LAYER_KHRONOS_validation. The deprecated name was removed from Khronos github entirely in Feb 2020. (https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/1562)

amitprakash07 commented 3 years ago

Thanks for pointing this out.