diff options
author | Sven Gothel <[email protected]> | 2009-07-31 20:13:46 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-31 20:13:46 -0700 |
commit | 1394a508ab1191e4c200e68342a1b612ba7ff4cc (patch) | |
tree | df9c6669fedb36b7cbc067ae43de2a48d1dfbbfa /make/config/jogl/gl3-headers.cfg | |
parent | 786b056afb90311a8c06a57fc24f242f8df713e1 (diff) |
JOGL:
- GL2ES12:
- Fix calling convention, broke on Windows.
- Remove GL_APIENTRY on gl2/gl3 header: This was a bug.
- Using proper GL2's APIENTRY
- jogl.all.jar: Add missing shader code ..
Diffstat (limited to 'make/config/jogl/gl3-headers.cfg')
-rwxr-xr-x | make/config/jogl/gl3-headers.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/config/jogl/gl3-headers.cfg b/make/config/jogl/gl3-headers.cfg index 282a91ec5..8af9157cf 100755 --- a/make/config/jogl/gl3-headers.cfg +++ b/make/config/jogl/gl3-headers.cfg @@ -23,7 +23,3 @@ CustomCCode #include <stdlib.h> CustomCCode #include <X11/Xlib.h> CustomCCode #include <GL3/gl3.h> CustomCCode #endif -CustomCCode /* Provide GLES #define for locally generated function pointer typedefs */ -CustomCCode #ifndef GL_APIENTRY -CustomCCode #define GL_APIENTRY GLAPIENTRY -CustomCCode #endif |