X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fblend.h;h=dd3f9404d72a2831c3442a994a64b90bbaff6812;hp=c4c78d7d51e516fe9e7278c0983dad6446cf6f12;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=f17794d55923d4fb4f63e9d082d8d84a735a04e8 diff --git a/source/blend.h b/source/blend.h index c4c78d7d..dd3f9404 100644 --- a/source/blend.h +++ b/source/blend.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_BLEND_H_ #define MSP_GL_BLEND_H_ @@ -14,11 +7,6 @@ Distributed under the LGPL namespace Msp { namespace GL { -enum -{ - BLEND = GL_BLEND -}; - enum BlendEquation { ADD = GL_FUNC_ADD, @@ -63,12 +51,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