aboutsummaryrefslogtreecommitdiff
path: root/demos/smoke/ShellWin32.cpp
diff options
context:
space:
mode:
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();
}