vkGetPhysicalDeviceProperties | NVK Search
  1. No Results
Categories
vkGetPhysicalDeviceProperties Returns properties of a physical device Syntax
void vkGetPhysicalDeviceProperties();
Parameters physicalDevice VkPhysicalDevice is the handle to the physical device whose properties will be queried. pProperties VkPhysicalDeviceProperties reference to an instance of the VkPhysicalDeviceProperties structure, that will be filled with returned information.