// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkMappedMemoryRange,VkMappedMemoryRange]] [source,c++] ---- typedef struct VkMappedMemoryRange { VkStructureType sType; const void* pNext; VkDeviceMemory memory; VkDeviceSize offset; VkDeviceSize size; } VkMappedMemoryRange; ----