]> git.tdb.fi Git - libs/gl.git/blob - source/arb_vertex_shader.h
bc447a352039810ad5f054feb7482e39356c1bc8
[libs/gl.git] / source / arb_vertex_shader.h
1 #ifndef MSP_GL_ARB_VERTEX_SHADER_
2 #define MSP_GL_ARB_VERTEX_SHADER_
3
4 #include <GL/gl.h>
5
6 namespace Msp {
7 namespace GL {
8
9 extern PFNGLBINDATTRIBLOCATIONARBPROC glBindAttribLocationARB;
10 extern PFNGLGETACTIVEATTRIBARBPROC glGetActiveAttribARB;
11 extern PFNGLGETATTRIBLOCATIONARBPROC glGetAttribLocationARB;
12
13 void init_arb_vertex_shader();
14
15 } // namespace GL
16 } // namespace Msp
17
18 #endif