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