KhronosGroup/Vulkan-Loader

loader documentation and vkconfig differ in message interface

Closed this issue · 3 comments

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:

image

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:

image

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 LunarG/VulkanTools#2108

PR is merged, closing as fixed (whenever vkconfig3 will ship)