aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorIan Elliott <ian@lunarg.com>2015-09-22 10:51:24 -0600
committerIan Elliott <ian@lunarg.com>2015-09-25 11:10:18 -0600
commitd0c74cf8d2c0d6be1a9389ac970c19e8d5d868a2 (patch)
tree5bea36371433e41bc3ef51a06c5a189e0cbc3c56 /demos
parent2fe1c70a5b44ee5efd25da9fb391cdd3b218d4de (diff)
downloadusermoji-d0c74cf8d2c0d6be1a9389ac970c19e8d5d868a2.tar.xz
WSI Validation: Initial WSI "swapchain" validation layer.
Diffstat (limited to 'demos')
-rw-r--r--demos/cube.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/cube.c b/demos/cube.c
index 884c2b05..86393deb 100644
--- a/demos/cube.c
+++ b/demos/cube.c
@@ -2032,6 +2032,7 @@ static void demo_init_vk(struct demo *demo)
"DrawState",
"ParamChecker",
"ShaderChecker",
+ "Swapchain",
"DeviceLimits",
"Image",
};
@@ -2043,6 +2044,7 @@ static void demo_init_vk(struct demo *demo)
"DrawState",
"ParamChecker",
"ShaderChecker",
+ "Swapchain",
"DeviceLimits",
"Image",
};