diff options
author | Wade Walker <[email protected]> | 2015-10-04 14:08:22 -0500 |
---|---|---|
committer | Wade Walker <[email protected]> | 2015-11-08 14:05:31 -0600 |
commit | 0135df38d6ccdf17283a26c9c56adb08a0e6d30e (patch) | |
tree | 5dc9c2b4cee919684cbff454860052fadded2705 /make/config/cl-impl-11.cfg | |
parent | 37c656e3290ff855e1752f9b8a4b830da3000b85 (diff) |
Remove CLGL interface
This removes the last sub-interface that would have to be separately
versioned for future versions of OpenCL. After this, new OpenCL versions
will only create one new interface and one new implementation.
Diffstat (limited to 'make/config/cl-impl-11.cfg')
-rw-r--r-- | make/config/cl-impl-11.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/cl-impl-11.cfg b/make/config/cl-impl-11.cfg index 34d48424..25f3a11b 100644 --- a/make/config/cl-impl-11.cfg +++ b/make/config/cl-impl-11.cfg @@ -4,7 +4,7 @@ NativeOutputDir gensrc/native/jocl11 Style ImplOnly #imports for all generated java files -Import com.jogamp.opencl.llb.gl.CLGL +Import com.jogamp.opencl.llb.CL Import java.security.AccessController Import java.security.PrivilegedAction Import com.jogamp.common.nio.PointerBuffer @@ -22,7 +22,7 @@ ClassJavadoc CLImpl11 */ ImplJavaClass CLImpl11 AccessControl CLImpl11 PUBLIC -Implements CLImpl11 CLGL +Implements CLImpl11 CL LocalProcAddressCallingConvention __ALL__ CL_API_CALL |