vkEnumeratePhysicalDevices | NVK Search
  1. No Results
Categories
vkEnumeratePhysicalDevices Enumerates the physical devices accessible to a Vulkan instance Syntax
VkResult vkEnumeratePhysicalDevices();
Parameters instance VkInstance is a handle to a Vulkan instance previously created with vkCreateInstance. pPhysicalDeviceCount Object.$(Number) is a reference to a number related to the number of physical devices available or queried, as described below. pPhysicalDevices Array[VkPhysicalDevice] is either null or a reference to an array of VkPhysicalDevice handles.