summaryrefslogtreecommitdiffstats
path: root/resources/clgl-if.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/clgl-if.cfg')
-rw-r--r--resources/clgl-if.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/clgl-if.cfg b/resources/clgl-if.cfg
index e21005d4..1671f76c 100644
--- a/resources/clgl-if.cfg
+++ b/resources/clgl-if.cfg
@@ -19,5 +19,8 @@ Extends CLGL CL
#only include token starting with CL_GL_ and methods containing GL
IgnoreNot CL_GL_.*|cl.*GL.*|.*_GL_.*
+CustomJavaCode CLGL /** To be used on Mac OSX instead of {@link #CL_CGL_SHAREGROUP_KHR}}. FIXME: For all Mac OSX versions? */
+CustomJavaCode CLGL public static final int CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE = 0x10000000;
+
#append to generated c files
#CustomCCode #include <inttypes.h>