• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkMemoryPropertyFlagBits,VkMemoryPropertyFlagBits]]
3[source,c++]
4----
5typedef enum VkMemoryPropertyFlagBits {
6    VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001,
7    VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002,
8    VK_MEMORY_PROPERTY_HOST_COHERENT_BIT = 0x00000004,
9    VK_MEMORY_PROPERTY_HOST_CACHED_BIT = 0x00000008,
10    VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT = 0x00000010,
11    VK_MEMORY_PROPERTY_PROTECTED_BIT = 0x00000020,
12} VkMemoryPropertyFlagBits;
13----
14