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")
3131
3232 SECTION (" Construction" )
3333 {
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-
4134 constexpr sfBlendMode blendMode{};
4235 STATIC_CHECK (blendMode.colorSrcFactor == sfBlendFactorZero);
4336 STATIC_CHECK (blendMode.colorDstFactor == sfBlendFactorZero);
You can’t perform that action at this time.
0 commit comments