Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layers/VkLayer_khronos_validation.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
"label": "CDL dump file",
"description": "Path to a Crash Diagnostic Layer (CDL) dump file. Pipeline names found in this file will be selected for instrumentation.",
"type": "LOAD_FILE",
"default": [],
"default": "",
"dependence": {
"mode": "ALL",
"settings": [
Expand Down
2 changes: 1 addition & 1 deletion layers/vk_layer_settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ khronos_validation.gpuav_buffers_validation = true
# CDL dump file
# =====================
# Path to a Crash Diagnostic Layer (CDL) dump file. Pipeline names found in this file will be selected for instrumentation.
khronos_validation.gpuav_cdl_dump_path = []
khronos_validation.gpuav_cdl_dump_path =

# VK_KHR_copy_memory_indirect
# =====================
Expand Down