aboutsummaryrefslogtreecommitdiff
path: root/layers/vk_layer_settings.txt
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-03-09 16:12:48 -0700
committerMark Lobodzinski <mark@lunarg.com>2016-03-15 14:32:16 -0600
commitc96f8068d21a56a2820251c6ed0d9a42c8cf4c3e (patch)
tree553529eeddf1442eb5f3e74402276f0799654492 /layers/vk_layer_settings.txt
parent73ae9412781d91673408ac780a3e2e0ce7487b49 (diff)
downloadvulkan-validation-layers-c96f8068d21a56a2820251c6ed0d9a42c8cf4c3e.tar.gz
layers: Merge mem_tracker and draw_state layers into core_validation layer
cube & tri --validate now use core_validation instead of MT & DS Very little efficiency has been pulled out for this initial merge. A few maps have been merged, but otherwise almost all of the mem_tracker code is pulled intact and surrounded in "#if MTMERGE" blocks. Change-Id: Icf060bfc0177fc8c9fa7d8d57f7ddc446357b665
Diffstat (limited to 'layers/vk_layer_settings.txt')
-rw-r--r--layers/vk_layer_settings.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/layers/vk_layer_settings.txt b/layers/vk_layer_settings.txt
index 4f3233fdf..36fecb289 100644
--- a/layers/vk_layer_settings.txt
+++ b/layers/vk_layer_settings.txt
@@ -4,8 +4,8 @@
# Settings lines are of the form "<LayerIdentifier>.<SettingName> = <SettingValue>"
#
# <LayerIdentifier> is typically the official layer name, minus the VK_LAYER prefix
-# and all lower-camel-case -- i.e., for VK_LAYER_LUNARG_draw_state, the layer
-# identifier is 'lunarg_draw_state', and for VK_LAYER_GOOGLE_threading the layer
+# and all lower-camel-case -- i.e., for VK_LAYER_LUNARG_core_validation, the layer
+# identifier is 'lunarg_core_validation', and for VK_LAYER_GOOGLE_threading the layer
# identifier is 'google_threading'.
#
# There are some common settings that are used by each layer.
@@ -55,6 +55,11 @@ lunarg_device_limits.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
lunarg_device_limits.report_flags = error,warn,perf
lunarg_device_limits.log_filename = stdout
+# VK_LAYER_LUNARG_core_validation Settings
+lunarg_core_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
+lunarg_core_validation.report_flags = error,warn,perf
+lunarg_core_validation.log_filename = stdout
+
# VK_LAYER_LUNARG_draw_state Settings
lunarg_draw_state.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
lunarg_draw_state.report_flags = error,warn,perf