aboutsummaryrefslogtreecommitdiff
path: root/layers/vk_layer_settings.txt
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2016-02-02 13:13:01 -0700
committerJon Ashburn <jon@lunarg.com>2016-02-02 14:38:08 -0700
commit1f32a44c3b16492e5d079b346e7aa0b34bb17a94 (patch)
treecf8bd7bfd6701a0d10e7e6256860787fdde3175f /layers/vk_layer_settings.txt
parent7fa7e228a9e4350860396c14b64193da75479602 (diff)
downloadvulkan-validation-layers-1f32a44c3b16492e5d079b346e7aa0b34bb17a94.tar.gz
layers: Remove non-validation layers
Removes api_dump, generic, basic, multi.
Diffstat (limited to 'layers/vk_layer_settings.txt')
-rw-r--r--layers/vk_layer_settings.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/layers/vk_layer_settings.txt b/layers/vk_layer_settings.txt
index ae02457ee..48dcff2b0 100644
--- a/layers/vk_layer_settings.txt
+++ b/layers/vk_layer_settings.txt
@@ -73,17 +73,3 @@ ThreadingDebugAction = VK_DBG_LAYER_ACTION_LOG_MSG
ThreadingReportFlags = error,warn,perf
ThreadingLogFilename = stdout
-# VK_LUNARG_LAYER_api_dump Settings - NOTE that VK_LUNARG_LAYER_api_dump is
-# not a validation layer and the common settings for ReportFlags and
-# DebugAction do not apply
-# Detailed TRUE causes parameter details to be dumped in addition to API calls
-ApiDumpDetailed = TRUE
-# NoAddr TRUE causes "address" to be dumped in place of hex addresses
-ApiDumpNoAddr = FALSE
-# File = TRUE indicates that output should be written to file instead of STDOUT
-ApiDumpFile = FALSE
-# LogFilename is file to dump to when "File = TRUE" default is "vk_apidump.txt"
-ApiDumpLogFilename = stdout
-# Flush = TRUE causes IO to be flushed after each line that's written
-ApiDumpFlush = FALSE
-