layers: Add unique_objects to layer settings file
authorMark Lobodzinski <mark@lunarg.com>
Fri, 26 Aug 2016 14:37:44 +0000 (08:37 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 29 Aug 2016 22:33:59 +0000 (16:33 -0600)
Enable config file control of debug output from the unique_objects
layer.

Change-Id: I31ac885743aa3b03b70b55329b3fea852db2cd27

layers/vk_layer_settings.txt

index c0bc88a..82600c3 100644 (file)
@@ -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