Halide
VkMappedMemoryRange Struct Reference

#include <mini_vulkan.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkDeviceMemory memory
 
VkDeviceSize offset
 
VkDeviceSize size
 

Detailed Description

Definition at line 1743 of file mini_vulkan.h.

Member Data Documentation

◆ sType

VkStructureType VkMappedMemoryRange::sType

Definition at line 1744 of file mini_vulkan.h.

◆ pNext

const void* VkMappedMemoryRange::pNext

Definition at line 1745 of file mini_vulkan.h.

◆ memory

VkDeviceMemory VkMappedMemoryRange::memory

Definition at line 1746 of file mini_vulkan.h.

◆ offset

VkDeviceSize VkMappedMemoryRange::offset

Definition at line 1747 of file mini_vulkan.h.

◆ size

VkDeviceSize VkMappedMemoryRange::size

Definition at line 1748 of file mini_vulkan.h.


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