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-12.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-12.cfg')
-rw-r--r-- | make/config/cl-impl-12.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/cl-impl-12.cfg b/make/config/cl-impl-12.cfg index 2f8e8dd1..c6b875f7 100644 --- a/make/config/cl-impl-12.cfg +++ b/make/config/cl-impl-12.cfg @@ -4,7 +4,7 @@ NativeOutputDir gensrc/native/jocl12 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 CLImpl12 */ ImplJavaClass CLImpl12 AccessControl CLImpl12 PUBLIC -Implements CLImpl12 CLGL +Implements CLImpl12 CL LocalProcAddressCallingConvention __ALL__ CL_API_CALL |