X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fblend.h;h=e7b291e617dab5c2044e787c99ee7a09a7dfcac5;hp=3d7368bb8bfeda7c27c92aaa07172f5ae10111d9;hb=573ea4e5602c4321cc1d75daf9ed0beed5cde280;hpb=c473f9193d3e5088772b6e5ebf53b710e2976a92 diff --git a/source/blend.h b/source/blend.h index 3d7368bb..e7b291e6 100644 --- a/source/blend.h +++ b/source/blend.h @@ -1,15 +1,10 @@ -/* $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_ +#include #include "bindable.h" #include "gl.h" +#include namespace Msp { namespace GL { @@ -61,8 +56,13 @@ public: static void unbind(); static const Blend &alpha(); + static const Blend &additive(); + static const Blend &additive_alpha(); }; +void operator>>(const LexicalConverter &, BlendFactor &); +void operator<<(LexicalConverter &, BlendFactor); + } // namespace GL } // namespace Msp