• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkComponentSwizzle,VkComponentSwizzle]]
3[source,c++]
4----
5typedef enum VkComponentSwizzle {
6    VK_COMPONENT_SWIZZLE_IDENTITY = 0,
7    VK_COMPONENT_SWIZZLE_ZERO = 1,
8    VK_COMPONENT_SWIZZLE_ONE = 2,
9    VK_COMPONENT_SWIZZLE_R = 3,
10    VK_COMPONENT_SWIZZLE_G = 4,
11    VK_COMPONENT_SWIZZLE_B = 5,
12    VK_COMPONENT_SWIZZLE_A = 6,
13} VkComponentSwizzle;
14----
15