struct
#include <core/gl/render_device.hpp>
BlendStateDesc Describes a blend state.
Public variables
- bool blendEnabled
- Enable blending?
- BlendFactor src
- Color blend source factor.
- BlendFactor dst
- Color blend destination factor.
- BlendOp op
- Color blend operation.
- struct cubos::core::gl::BlendStateDesc::@2 color
- Color blend state.
- struct cubos::core::gl::BlendStateDesc::@3 alpha
- Alpha blend state.
Variable documentation
BlendFactor cubos:: core:: gl:: BlendStateDesc:: src
Color blend source factor.
Alpha blend source factor.
BlendFactor cubos:: core:: gl:: BlendStateDesc:: dst
Color blend destination factor.
Alpha blend destination factor.