You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
317 B
13 lines
317 B
// 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;
|
|
----
|