SDL 2.0
VkMappedMemoryRange Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDeviceMemory memory
 
VkDeviceSize offset
 
VkDeviceSize size
 

Detailed Description

Definition at line 2078 of file vulkan_core.h.

Field Documentation

◆ memory

VkDeviceMemory VkMappedMemoryRange::memory

Definition at line 2081 of file vulkan_core.h.

◆ offset

VkDeviceSize VkMappedMemoryRange::offset

Definition at line 2082 of file vulkan_core.h.

◆ pNext

const void* VkMappedMemoryRange::pNext

Definition at line 2080 of file vulkan_core.h.

◆ size

VkDeviceSize VkMappedMemoryRange::size

Definition at line 2083 of file vulkan_core.h.

◆ sType

VkStructureType VkMappedMemoryRange::sType

Definition at line 2079 of file vulkan_core.h.


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