aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.cpp
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-06-09 17:02:11 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-06-12 07:32:50 -0600
commit1392e81b227cb4ce046ca216ef27f1040bdfda77 (patch)
tree2e595af8c29f119e770f4c384cb06931070d3681 /demos/cube.cpp
parent3943f5f9dd057f4d9d4aaa8f806ebe48384bfa96 (diff)
downloadusermoji-1392e81b227cb4ce046ca216ef27f1040bdfda77.tar.xz
demos: Remove swapchain layer from demos
Change-Id: I8628686d3caad6bed2261431776ac9a55d0c076f
Diffstat (limited to 'demos/cube.cpp')
-rw-r--r--demos/cube.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/cube.cpp b/demos/cube.cpp
index 4470e8f3..ee04fd7e 100644
--- a/demos/cube.cpp
+++ b/demos/cube.cpp
@@ -732,8 +732,8 @@ struct Demo {
char const *const instance_validation_layers_alt1[] = {"VK_LAYER_LUNARG_standard_validation"};
char const *const instance_validation_layers_alt2[] = {
- "VK_LAYER_GOOGLE_threading", "VK_LAYER_LUNARG_parameter_validation", "VK_LAYER_LUNARG_object_tracker",
- "VK_LAYER_LUNARG_core_validation", "VK_LAYER_LUNARG_swapchain", "VK_LAYER_GOOGLE_unique_objects"};
+ "VK_LAYER_GOOGLE_threading", "VK_LAYER_LUNARG_parameter_validation", "VK_LAYER_LUNARG_object_tracker",
+ "VK_LAYER_LUNARG_core_validation", "VK_LAYER_GOOGLE_unique_objects"};
// Look for validation layers
vk::Bool32 validation_found = VK_FALSE;