commit | 329da01f955ec59b8047b2b47418e83efbd2f7d9 | [log] [tgz] |
---|---|---|
author | Ian Elliott <ian@lunarg.com> | Tue Sep 22 10:51:24 2015 -0600 |
committer | Ian Elliott <ian@lunarg.com> | Fri Sep 25 11:10:18 2015 -0600 |
tree | 7c0591ecbfde57fe0f550623f9c37615625bfb2f | |
parent | e82d5b6d3d359f4d24b93f1b39a97ee3ed83c39f [diff] [blame] |
WSI Validation: Initial WSI "swapchain" validation layer.
diff --git a/demos/cube.c b/demos/cube.c index 884c2b0..86393de 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -2032,6 +2032,7 @@ "DrawState", "ParamChecker", "ShaderChecker", + "Swapchain", "DeviceLimits", "Image", }; @@ -2043,6 +2044,7 @@ "DrawState", "ParamChecker", "ShaderChecker", + "Swapchain", "DeviceLimits", "Image", };