Antkeeper  0.0.1
Public Attributes | List of all members
gl::color_blend_equation Struct Reference

Color blend factors and operations. More...

#include <color-blend-equation.hpp>

Public Attributes

blend_factor src_color_blend_factor
 Selects which blend factor is used to determine the RGB source factors. More...
 
blend_factor dst_color_blend_factor
 Selects which blend factor is used to determine the RGB destination factors. More...
 
blend_op color_blend_op
 Selects which blend operation is used to calculate the RGB values to write to the color attachment. More...
 
blend_factor src_alpha_blend_factor
 Selects which blend factor is used to determine the alpha source factor. More...
 
blend_factor dst_alpha_blend_factor
 Selects which blend factor is used to determine the alpha destination factor. More...
 
blend_op alpha_blend_op
 Selects which blend operation is used to calculate the alpha values to write to the color attachment. More...
 

Detailed Description

Color blend factors and operations.

Definition at line 29 of file color-blend-equation.hpp.

Member Data Documentation

◆ alpha_blend_op

blend_op gl::color_blend_equation::alpha_blend_op

Selects which blend operation is used to calculate the alpha values to write to the color attachment.

Definition at line 47 of file color-blend-equation.hpp.

◆ color_blend_op

blend_op gl::color_blend_equation::color_blend_op

Selects which blend operation is used to calculate the RGB values to write to the color attachment.

Definition at line 38 of file color-blend-equation.hpp.

◆ dst_alpha_blend_factor

blend_factor gl::color_blend_equation::dst_alpha_blend_factor

Selects which blend factor is used to determine the alpha destination factor.

Definition at line 44 of file color-blend-equation.hpp.

◆ dst_color_blend_factor

blend_factor gl::color_blend_equation::dst_color_blend_factor

Selects which blend factor is used to determine the RGB destination factors.

Definition at line 35 of file color-blend-equation.hpp.

◆ src_alpha_blend_factor

blend_factor gl::color_blend_equation::src_alpha_blend_factor

Selects which blend factor is used to determine the alpha source factor.

Definition at line 41 of file color-blend-equation.hpp.

◆ src_color_blend_factor

blend_factor gl::color_blend_equation::src_color_blend_factor

Selects which blend factor is used to determine the RGB source factors.

Definition at line 32 of file color-blend-equation.hpp.


The documentation for this struct was generated from the following file: