Vulkan Loader environment variables and vk_loader_settings.json
log improvements
#1595
Labels
enhancement
New feature or request
Actually, we do get: WARNING | LAYER: env var 'VK_INSTANCE_LAYERS' defined and adding layers: VK_LAYER_KHRONOS_validation
But if both 'VK_INSTANCE_LAYERS' and 'VK_LOADER_LAYERS_ENABLE' are set, we get only the values for 'VK_INSTANCE_LAYERS' even if the layers in 'VK_LOADER_LAYERS_ENABLE' are also enabled.
vk_loader_settings.json
of from using Vulkan API or environment variable.vk_loader_settings.json
file as trivial asunordered_layer_location_ahhhh
instead ofunordered_layer_location
, we are still getting no feedback in the log, the file seems discarded.VK_LOADER_LAYERS_DISABLE
, we are not getting any notification.The text was updated successfully, but these errors were encountered: