-
Notifications
You must be signed in to change notification settings - Fork 0
/
vk_layer_settings.txt
13 lines (12 loc) · 1.09 KB
/
vk_layer_settings.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
khronos_validation.report_flags = info,warn,perf,error
khronos_validation.message_id_filter = BestPractices-vkAllocateMemory-small-allocation,BestPractices-vkBindBufferMemory-small-dedicated-allocation,BestPractices-vkBindImageMemory-small-dedicated-allocation,BestPractices-vkBindMemory-small-dedicated-allocation,BestPractices-vkCreateCommandPool-command-buffer-reset,BestPractices-vkCreateFramebuffer-attachment-should-be-transient
khronos_validation.enables = VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT,VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT,VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXT,VK_VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXT
#notes
VK_LAYER_SETTINGS_PATH env variable should point to this file
#filtered messages
BestPractices-vkAllocateMemory-small-allocation,
BestPractices-vkBindBufferMemory-small-dedicated-allocation,
BestPractices-vkBindImageMemory-small-dedicated-allocation,
BestPractices-vkBindMemory-small-dedicated-allocation,
BestPractices-vkCreateCommandPool-command-buffer-reset,
BestPractices-vkCreateFramebuffer-attachment-should-be-transient