new in Git master
Magnum Vulkan InfoDisplays information about Magnum engine Vulkan capabilities.
This utility is built if both WITH_VK
and WITH_VK_INFO
is enabled when building Magnum. To use this utility with CMake, you need to request the vk-info
component of the Magnum
package and use the Magnum::vk-info
target for example in a custom command:
find_package(Magnum REQUIRED vk-info) add_custom_command(OUTPUT ... COMMAND Magnum::vk-info ...)
See Downloading and building, Usage with CMake and the Vk namespace for more information.