13 lines
800 B
C
13 lines
800 B
C
// Auto-generated with: android/scripts/gen-entries.py --mode=funcargs distrib/android-emugl/host/libs/libOpenGLESDispatch/gles2_extensions.entries --output=distrib/android-emugl/host/include/OpenGLESDispatch/gles2_extensions_functions.h
|
|
// DO NOT EDIT THIS FILE
|
|
|
|
#ifndef GLES2_EXTENSIONS_FUNCTIONS_H
|
|
#define GLES2_EXTENSIONS_FUNCTIONS_H
|
|
|
|
#define LIST_GLES2_EXTENSIONS_FUNCTIONS(X) \
|
|
X(void, glGetShaderPrecisionFormat, (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision), (shadertype, precisiontype, range, precision)) \
|
|
X(void, glReleaseShaderCompiler, (), ()) \
|
|
X(void, glShaderBinary, (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length), (n, shaders, binaryformat, binary, length)) \
|
|
|
|
|
|
#endif // GLES2_EXTENSIONS_FUNCTIONS_H
|