From 19ed2db07ffe25c4df5a1ccb887ccf64297cdb1b Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 15 Feb 2017 14:43:21 -0700 Subject: demos: Remove image layer references Change-Id: I937f1387ca6d4405cbceea12d66e97985d367bbd --- demos/cube.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/cube.cpp') diff --git a/demos/cube.cpp b/demos/cube.cpp index 096bf0b0..5d56ecc0 100644 --- a/demos/cube.cpp +++ b/demos/cube.cpp @@ -733,8 +733,7 @@ struct Demo { char const *const instance_validation_layers_alt2[] = { "VK_LAYER_GOOGLE_threading", "VK_LAYER_LUNARG_parameter_validation", "VK_LAYER_LUNARG_object_tracker", - "VK_LAYER_LUNARG_image", "VK_LAYER_LUNARG_core_validation", "VK_LAYER_LUNARG_swapchain", - "VK_LAYER_GOOGLE_unique_objects"}; + "VK_LAYER_LUNARG_core_validation", "VK_LAYER_LUNARG_swapchain", "VK_LAYER_GOOGLE_unique_objects"}; // Look for validation layers vk::Bool32 validation_found = VK_FALSE; -- cgit v1.2.3