20 #ifndef ANTKEEPER_GL_COLOR_BLEND_EQUATION_HPP
21 #define ANTKEEPER_GL_COLOR_BLEND_EQUATION_HPP
Graphics library interface.
blend_factor
Source and destination color and alpha blending factors.
blend_op
Framebuffer blending operations.
Color blend factors and operations.
blend_op color_blend_op
Selects which blend operation is used to calculate the RGB values to write to the color attachment.
blend_factor dst_color_blend_factor
Selects which blend factor is used to determine the RGB destination factors.
blend_op alpha_blend_op
Selects which blend operation is used to calculate the alpha values to write to the color attachment.
blend_factor dst_alpha_blend_factor
Selects which blend factor is used to determine the alpha destination factor.
blend_factor src_alpha_blend_factor
Selects which blend factor is used to determine the alpha source factor.
blend_factor src_color_blend_factor
Selects which blend factor is used to determine the RGB source factors.