summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/demos/joglinterop
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-01 00:45:19 +0200
committerMichael Bien <[email protected]>2010-04-01 00:45:19 +0200
commita09a4fcc59fd0a4fb716f4fcd9c779575045ab15 (patch)
treeec7173b3361406b1697698a0b09a18b07f87f2f5 /src/com/mbien/opencl/demos/joglinterop
parentfe567f8d89d6b4aa45f34b4f2557db5db0b158da (diff)
modifications due to class movement in gluegen.
Diffstat (limited to 'src/com/mbien/opencl/demos/joglinterop')
-rw-r--r--src/com/mbien/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java b/src/com/mbien/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java
index 36e67bb..7913650 100644
--- a/src/com/mbien/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java
+++ b/src/com/mbien/opencl/demos/joglinterop/GLCLInteroperabilityDemo.java
@@ -18,7 +18,7 @@ import javax.media.opengl.glu.gl2.GLUgl2;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
-import static com.jogamp.gluegen.runtime.Buffers.*;
+import static com.jogamp.common.nio.Buffers.*;
/**
* JOCL - JOGL interoperability example.