15 lines
541 B
Plaintext
15 lines
541 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkImageAspectFlagBits,VkImageAspectFlagBits]]
|
|
[source,c++]
|
|
----
|
|
typedef enum VkImageAspectFlagBits {
|
|
VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001,
|
|
VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002,
|
|
VK_IMAGE_ASPECT_STENCIL_BIT = 0x00000004,
|
|
VK_IMAGE_ASPECT_METADATA_BIT = 0x00000008,
|
|
VK_IMAGE_ASPECT_PLANE_0_BIT = 0x00000010,
|
|
VK_IMAGE_ASPECT_PLANE_1_BIT = 0x00000020,
|
|
VK_IMAGE_ASPECT_PLANE_2_BIT = 0x00000040,
|
|
} VkImageAspectFlagBits;
|
|
----
|