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/ShellWayland.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/smoke/ShellWayland.cpp') 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(); -- cgit v1.2.3