Vulkan-Loader icon indicating copy to clipboard operation
Vulkan-Loader copied to clipboard

loader documentation and vkconfig differ in message interface

Open lunarpapillo opened this issue 1 year ago • 1 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.

lunarpapillo avatar Aug 06 '24 06:08 lunarpapillo

'implem' is wrong. This is a VkConfig issue.

MarkY-LunarG avatar Aug 06 '24 13:08 MarkY-LunarG

Got around to making a PR to fix the root of the problem https://github.com/LunarG/VulkanTools/pull/2108

charles-lunarg avatar Sep 13 '24 20:09 charles-lunarg

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

charles-lunarg avatar Sep 20 '24 16:09 charles-lunarg