Loading...
Searching...
No Matches
BlendMode.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
Definition AudioResource.hpp:36
@ Zero
If the stencil test passes, the value in the stencil buffer is set to zero.
bool operator==(const BlendMode &left, const BlendMode &right)
Overload of the operator==
BlendMode(Factor colorSourceFactor, Factor colorDestinationFactor, Equation colorBlendEquation, Factor alphaSourceFactor, Factor alphaDestinationFactor, Equation alphaBlendEquation)
Construct the blend mode given the factors and equation.
BlendMode(Factor sourceFactor, Factor destinationFactor, Equation blendEquation=Equation::Add)
Construct the blend mode given the factors and equation.
bool operator!=(const BlendMode &left, const BlendMode &right)
Overload of the operator!=