blob: bf5d26a69199c28f5dbdeb74c04b052fb5b713a8 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceMemoryProperties2,VkPhysicalDeviceMemoryProperties2]]
[source,c++]
----
typedef struct VkPhysicalDeviceMemoryProperties2 {
VkStructureType sType;
void* pNext;
VkPhysicalDeviceMemoryProperties memoryProperties;
} VkPhysicalDeviceMemoryProperties2;
----