ups, was missing the -f
[gl-cairo-simple.git] / opengl-rendering.h
blobdf473d947249b953468fd160f6774653cd76ea51
1 /*******************************************************************************
2 **3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
3 ** 10 20 30 40 50 60 70 80
4 **
5 ** file:
6 ** opengl-rendering.h
7 **
8 ** author:
9 ** Mirco "MacSlow" Mueller <macslow@bangang.de>
11 ** copyright (C) Mirco Mueller, July 2006, placed under the terms of the LGPL
13 *******************************************************************************/
15 #ifndef _OPENGL_RENDERING_H
16 #define _OPENGL_RENDERING_H
18 void init_gl ();
20 void draw_func (int iWidth,
21 int iHeight,
22 unsigned char* pucSurfaceData,
23 unsigned int uiTextureId);
25 void resize_func (int iWidth,
26 int iHeight,
27 unsigned int* puiTextureId);
29 #endif /* _OPENGL_RENDERING_H */