blob: 10e45f3e663369dfac17a34bf55d3bc318766db3 [file] [log] [blame]
// 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;
----