1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkMemoryRequirements,VkMemoryRequirements]] 3[source,c++] 4---- 5typedef struct VkMemoryRequirements { 6 VkDeviceSize size; 7 VkDeviceSize alignment; 8 uint32_t memoryTypeBits; 9} VkMemoryRequirements; 10---- 11