18 lines
839 B
Plaintext
18 lines
839 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkMemoryPropertyFlagBits,VkMemoryPropertyFlagBits]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef enum VkMemoryPropertyFlagBits {
|
|
VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001,
|
|
VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002,
|
|
VK_MEMORY_PROPERTY_HOST_COHERENT_BIT = 0x00000004,
|
|
VK_MEMORY_PROPERTY_HOST_CACHED_BIT = 0x00000008,
|
|
VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT = 0x00000010,
|
|
} VkMemoryPropertyFlagBits;
|
|
------------------------------------------------------------------------------
|