add framework for boxes
[turbulence.git] / vapi / gl-turbulence.vapi
blob45da615296e5184fd3eb762949c517f3c702e2e3
1 /*
2  *  liquidity/vapi/gl-liquidity.vapi
3  *
4  *  Copyright (c) 2008 Patrick Walton <pcwalton@uchicago.edu>
5  */
7 [CCode(cprefix="gl", lower_case_cprefix="gl")]
8 namespace OpenGL {
9     [CCode(cname="glGenTextures", cheader_filename="GL/gl.h")]
10     public static void glGenTextures(int n, uint *textures);
11     [CCode(cname="glGetError", cheader_filename="GL/gl.h")]
12     public static int glGetError();
13     [CCode(cname="GL_TEXTURE_2D", cheader_filename="GL/gl.h")]
14     public const int GL_TEXTURE_2D;