Index: gpu/pgl/pgl.h |
=================================================================== |
--- gpu/pgl/pgl.h (revision 45618) |
+++ gpu/pgl/pgl.h (working copy) |
@@ -49,6 +49,9 @@ |
// Get the calling thread's current PGL context. |
PGLContext pglGetCurrentContext(void); |
+// Gets the address of a function. |
+void (*pglGetProcAddress(char const * procname))(); |
+ |
// Display everything that has been rendered since the last call. |
PGLBoolean pglSwapBuffers(void); |