1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkMappedMemoryRange,VkMappedMemoryRange]] 3[source,c++] 4---- 5typedef struct VkMappedMemoryRange { 6 VkStructureType sType; 7 const void* pNext; 8 VkDeviceMemory memory; 9 VkDeviceSize offset; 10 VkDeviceSize size; 11} VkMappedMemoryRange; 12---- 13