diff options
Diffstat (limited to 'demos/smoke/ShellWayland.cpp')
| -rw-r--r-- | demos/smoke/ShellWayland.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/smoke/ShellWayland.cpp b/demos/smoke/ShellWayland.cpp index 0d4bcbcf..a4d5eb27 100644 --- a/demos/smoke/ShellWayland.cpp +++ b/demos/smoke/ShellWayland.cpp @@ -109,6 +109,7 @@ void ShellWayland::handle_popup_done( void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED) {} ShellWayland::ShellWayland(Game &game) : Shell(game) { + instance_layers_.push_back("VK_LAYER_LUNARG_standard_validation"); instance_extensions_.push_back(VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME); init_connection(); |
