1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkImageAspectFlagBits,VkImageAspectFlagBits]] 3[source,c++] 4---- 5typedef enum VkImageAspectFlagBits { 6 VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001, 7 VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002, 8 VK_IMAGE_ASPECT_STENCIL_BIT = 0x00000004, 9 VK_IMAGE_ASPECT_METADATA_BIT = 0x00000008, 10 VK_IMAGE_ASPECT_PLANE_0_BIT = 0x00000010, 11 VK_IMAGE_ASPECT_PLANE_1_BIT = 0x00000020, 12 VK_IMAGE_ASPECT_PLANE_2_BIT = 0x00000040, 13} VkImageAspectFlagBits; 14---- 15