]> git.tdb.fi Git - libs/gl.git/blobdiff - source/blend.h
Some fixes to assignment management in UnusedVariableLocator
[libs/gl.git] / source / blend.h
index dd3f9404d72a2831c3442a994a64b90bbaff6812..41567c5377266a741e112584ae373dbd0678a6c4 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "bindable.h"
 #include "gl.h"
+#include <msp/gl/extensions/ext_blend_minmax.h>
 
 namespace Msp {
 namespace GL {
@@ -54,6 +55,8 @@ public:
        static void unbind();
 
        static const Blend &alpha();
+       static const Blend &additive();
+       static const Blend &additive_alpha();
 };
 
 } // namespace GL