// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry ifndef::doctype-manpage[] [[VkComponentSwizzle,VkComponentSwizzle]] ["source","{basebackend@docbook:c++:cpp}",title=""] endif::doctype-manpage[] ifdef::doctype-manpage[] ["source","{basebackend@docbook:c++:cpp}"] endif::doctype-manpage[] ------------------------------------------------------------------------------ typedef enum VkComponentSwizzle { VK_COMPONENT_SWIZZLE_IDENTITY = 0, VK_COMPONENT_SWIZZLE_ZERO = 1, VK_COMPONENT_SWIZZLE_ONE = 2, VK_COMPONENT_SWIZZLE_R = 3, VK_COMPONENT_SWIZZLE_G = 4, VK_COMPONENT_SWIZZLE_B = 5, VK_COMPONENT_SWIZZLE_A = 6, } VkComponentSwizzle; ------------------------------------------------------------------------------