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

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

#ifdef __IPHONEOS__
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
#else
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#endif

#ifndef APIENTRY
#define APIENTRY
#endif