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.
Valid Usage (Implicit)
VUID-vkGetPhysicalDeviceMemoryProperties-physicalDevice-parameter
physicalDevice
must be a valid VkPhysicalDevice handle
VUID-vkGetPhysicalDeviceMemoryProperties-pMemoryProperties-parameter
pMemoryProperties
must be a valid pointer to a VkPhysicalDeviceMemoryProperties structure