Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkMemoryMapInfoKHR Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 10607 of file vulkan_core.h.

Field Documentation

◆ flags

VkMemoryMapFlags VkMemoryMapInfoKHR::flags

Definition at line 10610 of file vulkan_core.h.

◆ memory

VkDeviceMemory VkMemoryMapInfoKHR::memory

Definition at line 10611 of file vulkan_core.h.

◆ offset

VkDeviceSize VkMemoryMapInfoKHR::offset

Definition at line 10612 of file vulkan_core.h.

◆ pNext

const void* VkMemoryMapInfoKHR::pNext

Definition at line 10609 of file vulkan_core.h.

◆ size

VkDeviceSize VkMemoryMapInfoKHR::size

Definition at line 10613 of file vulkan_core.h.

◆ sType

VkStructureType VkMemoryMapInfoKHR::sType

Definition at line 10608 of file vulkan_core.h.


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