aboutsummaryrefslogtreecommitdiff
path: root/demos/smoke/ShellWayland.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/ShellWayland.cpp
parentd69067faf52a370774a1a1167b4faa85171160e0 (diff)
downloadusermoji-8bb7fe205dc130da9d492caac82c5299ad34eb76.tar.xz
smoke: Allow Android to specify layers other than standard_validation
Diffstat (limited to 'demos/smoke/ShellWayland.cpp')
-rw-r--r--demos/smoke/ShellWayland.cpp1
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();