1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceMemoryProperties,VkPhysicalDeviceMemoryProperties]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceMemoryProperties { 6 uint32_t memoryTypeCount; 7 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES]; 8 uint32_t memoryHeapCount; 9 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS]; 10} VkPhysicalDeviceMemoryProperties; 11---- 12