20 #ifndef ANTKEEPER_GL_PIPELINE_COLOR_BLEND_STATE_HPP
21 #define ANTKEEPER_GL_PIPELINE_COLOR_BLEND_STATE_HPP
Graphics library interface.
logic_op
Framebuffer logical operations.
Color blend factors and operations.
Pipeline color blend state.
std::array< float, 4 > blend_constants
RGBA components of the blend constant that are used in blending, depending on the blend factor.
bool blend_enabled
Controls whether blending is enabled for the corresponding color attachment.
bool logic_op_enabled
Controls whether to apply logical operations.
std::uint8_t color_write_mask
Bitmask indicating which of the RGBA components are enabled for writing.