aboutsummaryrefslogtreecommitdiff
path: root/demos/smoke/ShellXcb.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/ShellXcb.cpp
parentd69067faf52a370774a1a1167b4faa85171160e0 (diff)
downloadusermoji-8bb7fe205dc130da9d492caac82c5299ad34eb76.tar.xz
smoke: Allow Android to specify layers other than standard_validation
Diffstat (limited to 'demos/smoke/ShellXcb.cpp')
-rw-r--r--demos/smoke/ShellXcb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/smoke/ShellXcb.cpp b/demos/smoke/ShellXcb.cpp
index 5df3e47d..55f0e8fb 100644
--- a/demos/smoke/ShellXcb.cpp
+++ b/demos/smoke/ShellXcb.cpp
@@ -83,6 +83,7 @@ xcb_atom_t intern_atom(xcb_connection_t *c, xcb_intern_atom_cookie_t cookie)
ShellXcb::ShellXcb(Game &game) : Shell(game)
{
+ instance_layers_.push_back("VK_LAYER_LUNARG_standard_validation");
instance_extensions_.push_back(VK_KHR_XCB_SURFACE_EXTENSION_NAME);
init_connection();