18 lines
778 B
Plaintext
18 lines
778 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkSystemAllocationScope,VkSystemAllocationScope]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef enum VkSystemAllocationScope {
|
||
|
VK_SYSTEM_ALLOCATION_SCOPE_COMMAND = 0,
|
||
|
VK_SYSTEM_ALLOCATION_SCOPE_OBJECT = 1,
|
||
|
VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2,
|
||
|
VK_SYSTEM_ALLOCATION_SCOPE_DEVICE = 3,
|
||
|
VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE = 4,
|
||
|
} VkSystemAllocationScope;
|
||
|
------------------------------------------------------------------------------
|