Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
994:c4e5473672b6 | 995:22fc5f45bbb7 |
---|---|
51 OSMesaContext ctx; | 51 OSMesaContext ctx; |
52 | 52 |
53 /* OpenGL functions */ | 53 /* OpenGL functions */ |
54 void (*glGetIntegerv)( GLenum pname, GLint *value ); | 54 void (*glGetIntegerv)( GLenum pname, GLint *value ); |
55 void (*glFinish)(void); | 55 void (*glFinish)(void); |
56 void (*glFlush)(void); | |
56 | 57 |
57 /* osmesa.ldg */ | 58 /* osmesa.ldg */ |
58 OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist); | 59 OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist); |
59 void (*OSMesaDestroyContext)( OSMesaContext ctx ); | 60 void (*OSMesaDestroyContext)( OSMesaContext ctx ); |
60 GLboolean (*OSMesaMakeCurrent)( OSMesaContext ctx, void *buffer, GLenum type, GLsizei width, GLsizei height ); | 61 GLboolean (*OSMesaMakeCurrent)( OSMesaContext ctx, void *buffer, GLenum type, GLsizei width, GLsizei height ); |