]> git.tdb.fi Git - libs/gl.git/blobdiff - source/blend.h
Add loading support for AmbientOcclusion
[libs/gl.git] / source / blend.h
index 41567c5377266a741e112584ae373dbd0678a6c4..e7b291e617dab5c2044e787c99ee7a09a7dfcac5 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_GL_BLEND_H_
 #define MSP_GL_BLEND_H_
 
+#include <msp/strings/lexicalcast.h>
 #include "bindable.h"
 #include "gl.h"
 #include <msp/gl/extensions/ext_blend_minmax.h>
@@ -59,6 +60,9 @@ public:
        static const Blend &additive_alpha();
 };
 
+void operator>>(const LexicalConverter &, BlendFactor &);
+void operator<<(LexicalConverter &, BlendFactor);
+
 } // namespace GL
 } // namespace Msp