mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
opengles: remove Pandora support code.
Co-authored-by: Cameron Cawley <ccawley2011@gmail.com>
This commit is contained in:
parent
a94aaf55ca
commit
999b1267a5
1 changed files with 0 additions and 14 deletions
|
|
@ -35,18 +35,6 @@
|
|||
#define RENDERER_CONTEXT_MAJOR 1
|
||||
#define RENDERER_CONTEXT_MINOR 1
|
||||
|
||||
#if defined(SDL_VIDEO_DRIVER_PANDORA)
|
||||
|
||||
/* Empty function stub to get OpenGL ES 1.x support without */
|
||||
/* OpenGL ES extension GL_OES_draw_texture supported */
|
||||
GL_API void GL_APIENTRY
|
||||
glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_PANDORA */
|
||||
|
||||
/* OpenGL ES 1.1 renderer implementation, based on the OpenGL renderer */
|
||||
|
||||
typedef struct GLES_FBOList GLES_FBOList;
|
||||
|
|
@ -261,8 +249,6 @@ static bool GLES_LoadFunctions(GLES_RenderData *data)
|
|||
#define __SDL_NOGETPROCADDR__
|
||||
#elif defined(SDL_VIDEO_DRIVER_ANDROID)
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#elif defined(SDL_VIDEO_DRIVER_PANDORA)
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#endif
|
||||
|
||||
#ifdef __SDL_NOGETPROCADDR__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue