• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkComponentMapping,VkComponentMapping]]
3[source,c++]
4----
5typedef struct VkComponentMapping {
6    VkComponentSwizzle    r;
7    VkComponentSwizzle    g;
8    VkComponentSwizzle    b;
9    VkComponentSwizzle    a;
10} VkComponentMapping;
11----
12