unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkComponentMapping.txt

12 lines
328 B
Plaintext

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