X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fblend.h;h=3d7368bb8bfeda7c27c92aaa07172f5ae10111d9;hb=c473f9193d3e5088772b6e5ebf53b710e2976a92;hp=c4c78d7d51e516fe9e7278c0983dad6446cf6f12;hpb=020811d96d5c823686e5c2b0a392b95d1a321f05;p=libs%2Fgl.git diff --git a/source/blend.h b/source/blend.h index c4c78d7d..3d7368bb 100644 --- a/source/blend.h +++ b/source/blend.h @@ -14,11 +14,6 @@ Distributed under the LGPL namespace Msp { namespace GL { -enum -{ - BLEND = GL_BLEND -}; - enum BlendEquation { ADD = GL_FUNC_ADD, @@ -63,12 +58,10 @@ public: void bind() const; - static const Blend &alpha(); static void unbind(); -}; -void blend_equation(BlendEquation eq); -void blend_func(BlendFactor src, BlendFactor dst); + static const Blend &alpha(); +}; } // namespace GL } // namespace Msp