]> git.tdb.fi Git - libs/gl.git/commitdiff
Add the BLEND constant too
authorMikko Rasa <tdb@tdb.fi>
Sat, 19 Jul 2008 11:24:42 +0000 (11:24 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 19 Jul 2008 11:24:42 +0000 (11:24 +0000)
source/blend.h

index 37fc56e17a390132241d0a4761b0c9a6d2692406..27e76d6469ccb7ea6ab52aee8cb00e29dcdef5a5 100644 (file)
@@ -13,6 +13,11 @@ Distributed under the LGPL
 namespace Msp {
 namespace GL {
 
+enum
+{
+       BLEND = GL_BLEND
+};
+
 enum BlendEquation
 {
        ADD              = GL_FUNC_ADD,