1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkSystemAllocationScope,VkSystemAllocationScope]] 3[source,c++] 4---- 5typedef enum VkSystemAllocationScope { 6 VK_SYSTEM_ALLOCATION_SCOPE_COMMAND = 0, 7 VK_SYSTEM_ALLOCATION_SCOPE_OBJECT = 1, 8 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, 9 VK_SYSTEM_ALLOCATION_SCOPE_DEVICE = 3, 10 VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE = 4, 11} VkSystemAllocationScope; 12---- 13