13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkBlendOp,VkBlendOp]]
|
|
[source,c++]
|
|
----
|
|
typedef enum VkBlendOp {
|
|
VK_BLEND_OP_ADD = 0,
|
|
VK_BLEND_OP_SUBTRACT = 1,
|
|
VK_BLEND_OP_REVERSE_SUBTRACT = 2,
|
|
VK_BLEND_OP_MIN = 3,
|
|
VK_BLEND_OP_MAX = 4,
|
|
} VkBlendOp;
|
|
----
|