Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkMemoryMapInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 10087 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkMemoryMapFlags VkMemoryMapInfoKHR::flags

Definition at line 10090 of file vulkan_core.h.

◆ memory

VkDeviceMemory VkMemoryMapInfoKHR::memory

Definition at line 10091 of file vulkan_core.h.

◆ offset

VkDeviceSize VkMemoryMapInfoKHR::offset

Definition at line 10092 of file vulkan_core.h.

◆ pNext

const void* VkMemoryMapInfoKHR::pNext

Definition at line 10089 of file vulkan_core.h.

◆ size

VkDeviceSize VkMemoryMapInfoKHR::size

Definition at line 10093 of file vulkan_core.h.

◆ sType

VkStructureType VkMemoryMapInfoKHR::sType

Definition at line 10088 of file vulkan_core.h.


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