diff options
author | Michael Bien <[email protected]> | 2010-05-02 22:55:02 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-02 22:55:02 +0200 |
commit | 3b3dc4591d3690f61b9488ed74e7c9248def1fd5 (patch) | |
tree | c7c30c0a51d9a1dc22e9c52bb239b1ea96df3b07 /resources/cl-if.cfg | |
parent | 59148a192446ddfefb13516d7ada72e6fa1661c7 (diff) |
CLBuildListener functionality for high level bindings.
- uses low level BuildProgramCallback internally
- updated tests, testing async builds
Diffstat (limited to 'resources/cl-if.cfg')
-rw-r--r-- | resources/cl-if.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/cl-if.cfg b/resources/cl-if.cfg index cbf2d9b8..d0413d97 100644 --- a/resources/cl-if.cfg +++ b/resources/cl-if.cfg @@ -6,6 +6,7 @@ Style InterfaceOnly Import java.nio.IntBuffer Import java.nio.LongBuffer Import com.jogamp.opencl.impl.CLImageFormatImpl +import com.jogamp.opencl.impl.BuildProgramCallback; ClassJavadoc CL /** ClassJavadoc CL * Java bindings to OpenCL, the Open Computing Language. |