VK_LOADER_DEBUG is not set and stderr_log is set to error,warn,info,debug,layer,drivervk_loader_settings.json
I am getting an exhaustive log:
log.txt
VK_LOADER_DEBUG is set to 'all' and vk_loader_settings.json doesn't exist:
log2.txt an expected different log, exhaustive.
VK_LOADER_DEBUG is set to 'all' and stderr_log is set to nothing:
I am getting a very small log corresponding to what was loaded in vk_loader_settings.json but most of the log is not outputted. So the filtering in the Vulkan Loader doesn't seem consistent.
log3.txtvk_loader_settings.json
Three cases.
VK_LOADER_DEBUG is not set and stderr_log is set to
error,warn,info,debug,layer,driver
vk_loader_settings.json I am getting an exhaustive log: log.txtVK_LOADER_DEBUG is set to 'all' and
vk_loader_settings.json
doesn't exist: log2.txt an expected different log, exhaustive.VK_LOADER_DEBUG is set to 'all' and stderr_log is set to nothing: I am getting a very small log corresponding to what was loaded in
vk_loader_settings.json
but most of the log is not outputted. So the filtering in the Vulkan Loader doesn't seem consistent. log3.txt vk_loader_settings.json