Mercurial > sdl-ios-xcode
comparison src/video/qnxgf/SDL_gf_opengles.h @ 3139:7f684f249ec9
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 23 May 2009 22:41:08 +0000 |
parents | 7b3a09fb9c8b |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3125:d71d8ceda8b3 | 3139:7f684f249ec9 |
---|---|
29 | 29 |
30 #include <GLES/gl.h> | 30 #include <GLES/gl.h> |
31 #include <GLES/glext.h> | 31 #include <GLES/glext.h> |
32 | 32 |
33 GLAPI void APIENTRY glTexParameteri(GLenum target, GLenum pname, GLint param); | 33 GLAPI void APIENTRY glTexParameteri(GLenum target, GLenum pname, GLint param); |
34 GLAPI void APIENTRY glTexParameteriv(GLenum target, GLenum pname, const GLint* params); | 34 GLAPI void APIENTRY glTexParameteriv(GLenum target, GLenum pname, |
35 GLAPI void APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); | 35 const GLint * params); |
36 GLAPI void APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, | |
37 GLubyte alpha); | |
36 | 38 |
37 #endif /* __SDL_GF_OPENGLES_H__ */ | 39 #endif /* __SDL_GF_OPENGLES_H__ */ |