blob: 3414081a166fe589ff386ae7614cd11c1eb28da7 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkComponentMapping,VkComponentMapping]]
[source,c++]
----
typedef struct VkComponentMapping {
VkComponentSwizzle r;
VkComponentSwizzle g;
VkComponentSwizzle b;
VkComponentSwizzle a;
} VkComponentMapping;
----