VkMemoryUnmapFlagBits(3)

Name

VkMemoryUnmapFlagBits - Bitmask specifying additional parameters of a memory unmap

C Specification

Bits which can be set in VkMemoryUnmapInfo::flags, specifying additional properties of a memory unmap, are:

// Provided by VK_VERSION_1_4
typedef enum VkMemoryUnmapFlagBits {
  // Provided by VK_EXT_map_memory_placed
    VK_MEMORY_UNMAP_RESERVE_BIT_EXT = 0x00000001,
} VkMemoryUnmapFlagBits;
// Provided by VK_KHR_map_memory2
// Equivalent to VkMemoryUnmapFlagBits
typedef VkMemoryUnmapFlagBits VkMemoryUnmapFlagBitsKHR;

Description

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.