mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-12 23:14:20 +00:00
20 lines
777 B
Plaintext
20 lines
777 B
Plaintext
|
// 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;
|
||
|
------------------------------------------------------------------------------
|