From: Orhun B. <orh...@gm...> - 2008-09-27 03:21:14
|
There are some function signature differences between glext.h (from khronos) and gle_func_3_0.h, mostly functions that have const parameters. For example glext.h typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); gle_func_3_0.h typedef GLint (GLE_FUNCPTR * PFNGLGETATTRIBLOCATIONPROC)(GLuint program, GLchar *name); -- Orhun Birsoy |