|
|
@@ -7,6 +7,12 @@
|
|
|
# error GL_IMPORT(_optional, _proto, _func) must be defined!
|
|
|
#endif // GL_IMPORT
|
|
|
|
|
|
+// OpenGL 2.1 Reference Pages
|
|
|
+// http://www.opengl.org/sdk/docs/man/
|
|
|
+//
|
|
|
+// OpenGL ES 2.0 Reference Pages
|
|
|
+// http://www.khronos.org/opengles/sdk/docs/man/
|
|
|
+
|
|
|
GL_IMPORT(false, PFNGLACTIVETEXTUREPROC, glActiveTexture);
|
|
|
GL_IMPORT(false, PFNGLCOMPRESSEDTEXIMAGE2DPROC, glCompressedTexImage2D);
|
|
|
GL_IMPORT(false, PFNGLBINDBUFFERPROC, glBindBuffer);
|