diff options
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index c2af12cf..ec2718df 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -16,6 +16,12 @@ ClassJavadoc CLImpl */ ImplJavaClass CLImpl Implements CLImpl CLGLI +EmitProcAddressTable true +ProcAddressTableClassName CLProcAddressTable +GetProcAddressTableExpr addressTable +ProcAddressNameExpr $UpperCase(arg) +ForceProcAddressGen clGetGLContextInfoKHR + #append to generated c files CustomCCode #include <CL/cl.h> CustomCCode #include <GL3/gl3.h> |