diff options
author | Michael Bien <[email protected]> | 2010-04-01 00:45:19 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-01 00:45:19 +0200 |
commit | a09a4fcc59fd0a4fb716f4fcd9c779575045ab15 (patch) | |
tree | ec7173b3361406b1697698a0b09a18b07f87f2f5 /src/com/mbien/opencl/demos/joglinterop | |
parent | fe567f8d89d6b4aa45f34b4f2557db5db0b158da (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.java | 2 |
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. |