18 lines
651 B
C
18 lines
651 B
C
// Auto-generated with: android/scripts/gen-entries.py --mode=funcargs distrib/android-emugl/host/libs/libOpenGLESDispatch/gles3_only.entries --output=distrib/android-emugl/host/include/OpenGLESDispatch/gles3_only_functions.h
|
|
// DO NOT EDIT THIS FILE
|
|
|
|
#ifndef GLES3_ONLY_FUNCTIONS_H
|
|
#define GLES3_ONLY_FUNCTIONS_H
|
|
|
|
#include <GLES/gl.h>
|
|
|
|
// Used to avoid adding GLES3/gl3.h to our headers.
|
|
#ifndef GL_NUM_EXTENSIONS
|
|
#define GL_NUM_EXTENSIONS 0x821D
|
|
#endif
|
|
typedef const GLubyte* GLconstubyteptr;
|
|
#define LIST_GLES3_ONLY_FUNCTIONS(X) \
|
|
X(GLconstubyteptr, glGetStringi, (GLenum name, GLint index), (name, index)) \
|
|
|
|
|
|
#endif // GLES3_ONLY_FUNCTIONS_H
|