Skip to content

Commit 02fc07e

Browse files
spencer-lunargchristophe-lunarg
authored andcommitted
setting: Fix CDL Dump File default
1 parent 4d72bf9 commit 02fc07e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

layers/VkLayer_khronos_validation.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@
10041004
"label": "CDL dump file",
10051005
"description": "Path to a Crash Diagnostic Layer (CDL) dump file. Pipeline names found in this file will be selected for instrumentation.",
10061006
"type": "LOAD_FILE",
1007-
"default": [],
1007+
"default": "",
10081008
"dependence": {
10091009
"mode": "ALL",
10101010
"settings": [

layers/vk_layer_settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ khronos_validation.gpuav_buffers_validation = true
8383
# CDL dump file
8484
# =====================
8585
# Path to a Crash Diagnostic Layer (CDL) dump file. Pipeline names found in this file will be selected for instrumentation.
86-
khronos_validation.gpuav_cdl_dump_path = []
86+
khronos_validation.gpuav_cdl_dump_path =
8787

8888
# VK_KHR_copy_memory_indirect
8989
# =====================

0 commit comments

Comments
 (0)