Function Prototype

vkGetPhysicalDeviceMemoryProperties

Reports memory information for the specified physical device

To query memory properties, call:

void vkGetPhysicalDeviceMemoryProperties(
    VkPhysicalDevice physicalDevice,
    VkPhysicalDeviceMemoryProperties* pMemoryProperties);
  • physicalDevice is the handle to the device to query.
  • pMemoryProperties is a pointer to a VkPhysicalDeviceMemoryProperties structure in which the properties are returned.