X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fblend.h;fp=source%2Fcore%2Fblend.h;h=e04aef49c2474cc7be4c49382044518331a6c9a2;hb=160e9eea29bd10034733d59507fa1bcca36be401;hp=a1180050163b31dbd009acd1987d27c8507fb5b3;hpb=93448d16e72e38afbaecbccf6fdedd46d6a82a73;p=libs%2Fgl.git diff --git a/source/core/blend.h b/source/core/blend.h index a1180050..e04aef49 100644 --- a/source/core/blend.h +++ b/source/core/blend.h @@ -77,9 +77,6 @@ struct Blend inline ColorWriteMask operator|(ColorWriteMask m1, ColorWriteMask m2) { return static_cast(static_cast(m1)|static_cast(m2)); } -unsigned get_gl_blend_equation(BlendEquation); -unsigned get_gl_blend_factor(BlendFactor); - void operator>>(const LexicalConverter &, BlendEquation &); void operator<<(LexicalConverter &, BlendEquation); @@ -92,4 +89,6 @@ void operator<<(LexicalConverter &, ColorWriteMask); } // namespace GL } // namespace Msp +#include "blend_backend.h" + #endif