1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkGetPhysicalDeviceMemoryProperties,vkGetPhysicalDeviceMemoryProperties]] 3[source,c++] 4---- 5void vkGetPhysicalDeviceMemoryProperties( 6 VkPhysicalDevice physicalDevice, 7 VkPhysicalDeviceMemoryProperties* pMemoryProperties); 8---- 9