1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkBlendOp,VkBlendOp]] 3[source,c++] 4---- 5typedef enum VkBlendOp { 6 VK_BLEND_OP_ADD = 0, 7 VK_BLEND_OP_SUBTRACT = 1, 8 VK_BLEND_OP_REVERSE_SUBTRACT = 2, 9 VK_BLEND_OP_MIN = 3, 10 VK_BLEND_OP_MAX = 4, 11} VkBlendOp; 12---- 13