From 8bb7fe205dc130da9d492caac82c5299ad34eb76 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Fri, 2 Dec 2016 11:25:30 -0700 Subject: smoke: Allow Android to specify layers other than standard_validation --- demos/smoke/ShellWin32.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/smoke/ShellWin32.cpp') diff --git a/demos/smoke/ShellWin32.cpp b/demos/smoke/ShellWin32.cpp index c31d11db..11e03aeb 100644 --- a/demos/smoke/ShellWin32.cpp +++ b/demos/smoke/ShellWin32.cpp @@ -57,6 +57,7 @@ private: ShellWin32::ShellWin32(Game &game) : Shell(game), hwnd_(nullptr) { + instance_layers_.push_back("VK_LAYER_LUNARG_standard_validation"); instance_extensions_.push_back(VK_KHR_WIN32_SURFACE_EXTENSION_NAME); init_vk(); } -- cgit v1.2.3