Skip to content

Commit 028e068

Browse files
Merge pull request #50 from jdrouan-goog/master
Update vk_color_cube.cc * replace deprecated validation layer with the VK_LAYER_KHRONOS_validation.
2 parents 948c67c + 09ceaf3 commit 028e068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/examples/vulkan/vk_color_cube/vk_color_cube.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ bool AMDVulkanDemo::InitializeVulkan()
590590

591591
if (bEnableValidation)
592592
{
593-
layers.push_back("VK_LAYER_LUNARG_standard_validation");
593+
layers.push_back("VK_LAYER_KHRONOS_validation");
594594
};
595595

596596
VkApplicationInfo appInfo = {};

0 commit comments

Comments
 (0)