aboutsummaryrefslogtreecommitdiff
path: root/demos/smoke/ShellWin32.cpp
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-12-02 11:25:30 -0700
committerCody Northrop <cnorthrop@google.com>2016-12-06 11:27:12 -0700
commit8bb7fe205dc130da9d492caac82c5299ad34eb76 (patch)
tree2d0fee639196008c02747484596ee6a8d30f4302 /demos/smoke/ShellWin32.cpp
parentd69067faf52a370774a1a1167b4faa85171160e0 (diff)
downloadusermoji-8bb7fe205dc130da9d492caac82c5299ad34eb76.tar.xz
smoke: Allow Android to specify layers other than standard_validation
Diffstat (limited to 'demos/smoke/ShellWin32.cpp')
-rw-r--r--demos/smoke/ShellWin32.cpp1
1 files changed, 1 insertions, 0 deletions
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();
}