diff options
author | Michael Bien <[email protected]> | 2010-03-08 22:28:56 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-08 22:28:56 +0100 |
commit | 49fdecee2ce2c43aca0e444330b9c605d209fcfb (patch) | |
tree | b9ec290e9a49cb34937765045957c8423e39653c /src/com/mbien/opencl/CLCommandQueue.java | |
parent | e081f13ca50353a7a9c34438a2f81d38e03e88a7 (diff) |
moved generated CLGLI Interface into com.mbien.opencl.gl package.
Diffstat (limited to 'src/com/mbien/opencl/CLCommandQueue.java')
-rw-r--r-- | src/com/mbien/opencl/CLCommandQueue.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/mbien/opencl/CLCommandQueue.java b/src/com/mbien/opencl/CLCommandQueue.java index e74ed7ba..d9986f43 100644 --- a/src/com/mbien/opencl/CLCommandQueue.java +++ b/src/com/mbien/opencl/CLCommandQueue.java @@ -1,5 +1,6 @@ package com.mbien.opencl; +import com.mbien.opencl.gl.CLGLI; import com.sun.gluegen.runtime.PointerBuffer; import java.nio.ByteBuffer; import java.nio.IntBuffer; |