// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkPhysicalDeviceMemoryProperties,VkPhysicalDeviceMemoryProperties]] [source,c++] ---- typedef struct VkPhysicalDeviceMemoryProperties { uint32_t memoryTypeCount; VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES]; uint32_t memoryHeapCount; VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS]; } VkPhysicalDeviceMemoryProperties; ----