// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkSystemAllocationScope,VkSystemAllocationScope]] [source,c++] ---- 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; ----