]> git.tdb.fi Git - libs/gl.git/blob - blend_backend.h
c436538dc1bf379a39a1e262b0bae7fd7855c6da
[libs/gl.git] / blend_backend.h
1 #ifndef MSP_GL_BLEND_BACKEND_H_
2 #define MSP_GL_BLEND_BACKEND_H_
3
4 #ifndef MSP_GL_BLEND_H_
5 #error "blend_backend.h requires blend.h"
6 #endif
7
8 namespace Msp {
9 namespace GL {
10
11 unsigned get_gl_blend_equation(BlendEquation);
12 unsigned get_gl_blend_factor(BlendFactor);
13
14 } // namespace GL
15 } // namespace Msp
16
17 #endif