summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLMemory.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-08 22:28:56 +0100
committerMichael Bien <[email protected]>2010-03-08 22:28:56 +0100
commit49fdecee2ce2c43aca0e444330b9c605d209fcfb (patch)
treeb9ec290e9a49cb34937765045957c8423e39653c /src/com/mbien/opencl/CLMemory.java
parente081f13ca50353a7a9c34438a2f81d38e03e88a7 (diff)
moved generated CLGLI Interface into com.mbien.opencl.gl package.
Diffstat (limited to 'src/com/mbien/opencl/CLMemory.java')
-rw-r--r--src/com/mbien/opencl/CLMemory.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/CLMemory.java b/src/com/mbien/opencl/CLMemory.java
index 8bebea4c..072fbaf5 100644
--- a/src/com/mbien/opencl/CLMemory.java
+++ b/src/com/mbien/opencl/CLMemory.java
@@ -1,5 +1,6 @@
package com.mbien.opencl;
+import com.mbien.opencl.gl.CLGLI;
import com.sun.gluegen.runtime.BufferFactory;
import com.sun.gluegen.runtime.PointerBuffer;
import java.nio.Buffer;
@@ -10,7 +11,7 @@ import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import static com.mbien.opencl.CLException.*;
-import static com.mbien.opencl.CLGLI.*;
+import static com.mbien.opencl.gl.CLGLI.*;
/**
* Common superclass for all OpenCL memory types.