SDL  2.0
VkMappedMemoryRange Struct Reference

#include <vulkan.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDeviceMemory memory
 
VkDeviceSize offset
 
VkDeviceSize size
 

Detailed Description

Definition at line 1713 of file vulkan.h.

Field Documentation

VkDeviceMemory VkMappedMemoryRange::memory

Definition at line 1716 of file vulkan.h.

VkDeviceSize VkMappedMemoryRange::offset

Definition at line 1717 of file vulkan.h.

const void* VkMappedMemoryRange::pNext

Definition at line 1715 of file vulkan.h.

VkDeviceSize VkMappedMemoryRange::size

Definition at line 1718 of file vulkan.h.

VkStructureType VkMappedMemoryRange::sType

Definition at line 1714 of file vulkan.h.


The documentation for this struct was generated from the following file: