Vulkan-Hpp
VkMemoryUnmapInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkMemoryUnmapFlagsKHR flags
 
VkDeviceMemory memory
 

Detailed Description

Definition at line 10432 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkMemoryUnmapFlagsKHR VkMemoryUnmapInfoKHR::flags

Definition at line 10435 of file vulkan_core.h.

◆ memory

VkDeviceMemory VkMemoryUnmapInfoKHR::memory

Definition at line 10436 of file vulkan_core.h.

◆ pNext

const void* VkMemoryUnmapInfoKHR::pNext

Definition at line 10434 of file vulkan_core.h.

◆ sType

VkStructureType VkMemoryUnmapInfoKHR::sType

Definition at line 10433 of file vulkan_core.h.


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