X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=GL%2Fgl.h;h=c8a34a008a437f09c8f0a78642b859c602c16ffd;hb=HEAD;hp=e1dc878f5b33fe66bdca6bcb87351daa71bd87f0;hpb=5bb54c3b963ff631c41dae7c87687f930a3b8c7d;p=nanogl.git diff --git a/GL/gl.h b/GL/gl.h index e1dc878..c8a34a0 100644 --- a/GL/gl.h +++ b/GL/gl.h @@ -736,6 +736,10 @@ void glBufferDataARB( GLuint target, GLuint size, void *buffer, GLuint type ); void glBufferSubDataARB( GLuint target, GLsizei offset, GLsizei size, void *buffer ); +GLboolean glIsEnabled( GLenum cap ); +void glPushAttrib( GLbitfield mask ); +void glPopAttrib( void ); + #ifdef __cplusplus } #endif