// 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; ----