Closed ClonkAndre closed 1 year ago
vulkaninfo
is a command that can be ran from console, and will give you details on vulkan compatibility. Could run as a process, and capture output.
Vulkan is separate of NVIDIA, and will not be in the NVAPI lib.
Vulkan deviceNodeMask in VkPhysicalDeviceIDProperties
http://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPhysicalDeviceProperties.html
VkPhysicalDeviceProperties would give physical device properties, but I'm unsure if that means its supported.
I would like to know if this is possible with this lib :) And if there is a way, how could i check for vulkan support?