12 lines
328 B
Plaintext
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;
|
||
|
|
----
|