loader documentation and vkconfig differ in message interface
Originally discovered as an SDK issue: https://gitlab.khronos.org/vulkan/Vulkan-SDK-Packaging/-/issues/1545
Posted to this repository at the SDK Officer's request.
vkconfig provides these options for Vulkan Loader messages: none, error, warn, info, debug, layer, implem, all:
The Loader Interface Architecture document at https://vulkan.lunarg.com/doc/sdk/1.3.283.0/mac/LoaderInterfaceArchitecture.html gives a different list, with implem replaced by driver:
I would have expected them to be the same.
'implem' is wrong. This is a VkConfig issue.
Got around to making a PR to fix the root of the problem https://github.com/LunarG/VulkanTools/pull/2108
PR is merged, closing as fixed (whenever vkconfig3 will ship)