libgoatvr

diff src/opengl.h @ 8:3d9ec6fe97d7

- added distortion mesh generation for the OpenHMD module (unfinished) - changed internal implementation function naming to use the vrimp_ prefix - added an opengl helper function to load extension entry points
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 20 Sep 2014 13:22:53 +0300
parents e63cb28fc644
children 0fea7c2b25d7
line diff
     1.1 --- a/src/opengl.h	Fri Sep 19 15:16:51 2014 +0300
     1.2 +++ b/src/opengl.h	Sat Sep 20 13:22:53 2014 +0300
     1.3 @@ -16,6 +16,8 @@
     1.4  #include <GL/glx.h>
     1.5  #endif
     1.6  
     1.7 -void vr_gl_swap_buffers(void);
     1.8 +void vrimp_swap_buffers(void);
     1.9 +
    1.10 +void (*vrimp_glfunc(const char *name))();
    1.11  
    1.12  #endif	/* VR_OPENGL_H_ */