Structs§
- Blend
State - Pixel arithmetic description for blending operations.
Will be used in an equation:
equation(sfactor * source_color, dfactor * destination_color)Where source_color is the new pixel color and destination color is color from the destination buffer.
Enums§
- Blend
Equation - Specifies how incoming RGBA values (source) and the RGBA in framebuffer (destination) are combined.
- Blend
Factor - Blend factors.
- Blend
Value - Blend values.