Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SDL_opengles.h « SDL2 « include « sdlew « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f55a8630835413026fd2def943310ff9534246a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifdef __IPHONEOS__
#include <OpenGLES/ES1/gl.h>
#include <OpenGLES/ES1/glext.h>
#else
#include <GLES/gl.h>
#include <GLES/glext.h>
#endif

#ifndef APIENTRY
#define APIENTRY
#endif