# This .cfg file is used to generate the class which implements the GL # interface on a particular platform. Package net.java.games.jogl Style ImplOnly JavaClass GL ImplPackage net.java.games.jogl.impl ImplJavaClass GLImpl Include gl-common-macosx.cfg EmitProcAddressTable true ProcAddressTableClassName GLProcAddressTable ContextVariableName _context CustomCCode #include CustomCCode #include CustomCCode /* Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in CustomCCode "glext.h" are parsed. */ CustomCCode #define GL_GLEXT_PROTOTYPES CustomCCode /* Include the OpenGL headers */ CustomCCode #include CustomCCode #include CustomCCode /* Provide Windows typedefs */ CustomCCode typedef void* LPVOID; CustomCCode typedef unsigned int* PUINT; IncludeAs CustomJavaCode GLImpl gl-impl-CustomJavaCode.java IncludeAs CustomCCode gl-impl-CustomCCode.c