aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-08-26 08:37:44 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-08-29 16:33:59 -0600
commit0602f5597db6a738aeaa5f29049e1eadee9ad496 (patch)
tree2b8e3f3d72f0b3fcdc977b8c6612f0d1f5c99181 /layers
parent69c3dc14fcf740c1be1a9965f9384051bee0f8f6 (diff)
downloadusermoji-0602f5597db6a738aeaa5f29049e1eadee9ad496.tar.xz
layers: Add unique_objects to layer settings file
Enable config file control of debug output from the unique_objects layer. Change-Id: I31ac885743aa3b03b70b55329b3fea852db2cd27
Diffstat (limited to 'layers')
-rw-r--r--layers/vk_layer_settings.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/layers/vk_layer_settings.txt b/layers/vk_layer_settings.txt
index c0bc88ad..82600c3f 100644
--- a/layers/vk_layer_settings.txt
+++ b/layers/vk_layer_settings.txt
@@ -86,3 +86,7 @@ google_threading.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
google_threading.report_flags = error,warn,perf
google_threading.log_filename = stdout
+# VK_LAYER_GOOGLE_unique_objects Settings
+google_unique_objects.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
+google_unique_objects.report_flags = error,warn,perf
+google_unique_objects.log_filename = stdout