Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_atarigl_c.h @ 995:22fc5f45bbb7
TinyGL does not have glFinish, only glFlush
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sun, 28 Nov 2004 21:52:29 +0000 |
parents | 2662da16d668 |
children | d1cd674b2ecd |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarigl_c.h Sat Nov 27 23:11:20 2004 +0000 +++ b/src/video/ataricommon/SDL_atarigl_c.h Sun Nov 28 21:52:29 2004 +0000 @@ -53,6 +53,7 @@ /* OpenGL functions */ void (*glGetIntegerv)( GLenum pname, GLint *value ); void (*glFinish)(void); + void (*glFlush)(void); /* osmesa.ldg */ OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist);