Fixes OpenGL* Clip Rect functions (by Emmanuel Gil Peyrot)
This commit is contained in:
parent
5d9de376d2
commit
7065c6467d
5 changed files with 21 additions and 7 deletions
|
@ -20,6 +20,7 @@ SDL_PROC(void, glMatrixMode, (GLenum))
|
|||
SDL_PROC(void, glOrthof, (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat))
|
||||
SDL_PROC(void, glPixelStorei, (GLenum, GLint))
|
||||
SDL_PROC(void, glReadPixels, (GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid*))
|
||||
SDL_PROC(void, glScissor, (GLint, GLint, GLsizei, GLsizei))
|
||||
SDL_PROC(void, glTexCoordPointer, (GLint, GLenum, GLsizei, const GLvoid *))
|
||||
SDL_PROC(void, glTexEnvf, (GLenum, GLenum, GLfloat))
|
||||
SDL_PROC(void, glTexImage2D, (GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue