File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,6 @@ TEST_CASE("[Graphics] sfBlendMode")
31
31
32
32
SECTION (" Construction" )
33
33
{
34
- // sfBlendFactor colorSrcFactor; ///< Source blending factor for the color channels
35
- // sfBlendFactor colorDstFactor; ///< Destination blending factor for the color channels
36
- // sfBlendEquation colorEquation; ///< Blending equation for the color channels
37
- // sfBlendFactor alphaSrcFactor; ///< Source blending factor for the alpha channel
38
- // sfBlendFactor alphaDstFactor; ///< Destination blending factor for the alpha channel
39
- // sfBlendEquation alphaEquation; ///< Blending equation for the alpha channel
40
-
41
34
constexpr sfBlendMode blendMode{};
42
35
STATIC_CHECK (blendMode.colorSrcFactor == sfBlendFactorZero);
43
36
STATIC_CHECK (blendMode.colorDstFactor == sfBlendFactorZero);
You can’t perform that action at this time.
0 commit comments