]> git.tdb.fi Git - libs/gl.git/blob - source/arb_draw_buffers.h
cd2c71bc1f6c4d6d5e4bea02dfe1dea3f4d34631
[libs/gl.git] / source / arb_draw_buffers.h
1 #ifndef MSP_GL_ARB_DRAW_BUFFERS_
2 #define MSP_GL_ARB_DRAW_BUFFERS_
3
4 #include "extension.h"
5 #include "gl.h"
6 #include <GL/glext.h>
7
8 namespace Msp {
9 namespace GL {
10
11 extern PFNGLDRAWBUFFERSPROC glDrawBuffers;
12
13 extern Extension ARB_draw_buffers;
14
15 } // namespace GL
16 } // namespace Msp
17
18 #endif