aboutsummaryrefslogtreecommitdiff
path: root/demos/smoke/ShellAndroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/smoke/ShellAndroid.cpp')
-rw-r--r--demos/smoke/ShellAndroid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/smoke/ShellAndroid.cpp b/demos/smoke/ShellAndroid.cpp
index 1e529056..d4428890 100644
--- a/demos/smoke/ShellAndroid.cpp
+++ b/demos/smoke/ShellAndroid.cpp
@@ -106,7 +106,6 @@ ShellAndroid::ShellAndroid(android_app &app, Game &game) : Shell(game), app_(app
instance_layers_.push_back("VK_LAYER_GOOGLE_threading");
instance_layers_.push_back("VK_LAYER_LUNARG_parameter_validation");
instance_layers_.push_back("VK_LAYER_LUNARG_object_tracker");
- instance_layers_.push_back("VK_LAYER_LUNARG_image");
instance_layers_.push_back("VK_LAYER_LUNARG_core_validation");
instance_layers_.push_back("VK_LAYER_LUNARG_swapchain");
instance_layers_.push_back("VK_LAYER_GOOGLE_unique_objects");