diff options
Diffstat (limited to 'glew/auto/extensions/gl/GLX_ARB_get_proc_address')
-rw-r--r-- | glew/auto/extensions/gl/GLX_ARB_get_proc_address | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GLX_ARB_get_proc_address b/glew/auto/extensions/gl/GLX_ARB_get_proc_address new file mode 100644 index 0000000..e2cb2c5 --- /dev/null +++ b/glew/auto/extensions/gl/GLX_ARB_get_proc_address @@ -0,0 +1,5 @@ +GLX_ARB_get_proc_address +http://oss.sgi.com/projects/ogl-sample/registry/ARB/get_proc_address.txt +GLX_ARB_get_proc_address + + extern void ( * glXGetProcAddressARB (const GLubyte *procName)) (void); |