// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry ifndef::doctype-manpage[] [[VkBlendOp,VkBlendOp]] ["source","{basebackend@docbook:c++:cpp}",title=""] endif::doctype-manpage[] ifdef::doctype-manpage[] ["source","{basebackend@docbook:c++:cpp}"] endif::doctype-manpage[] ------------------------------------------------------------------------------ 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; ------------------------------------------------------------------------------