diff options
author | Michael Bien <[email protected]> | 2010-03-29 15:47:58 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 15:47:58 +0200 |
commit | fe567f8d89d6b4aa45f34b4f2557db5db0b158da (patch) | |
tree | 7a9fdf13364c4b6b6a18b27bb7153030e288b1ae /src/com/mbien/opencl/demos/joglinterop | |
parent | 5a6520db82ea91cda4630ad82c63ebf1cf44ce7f (diff) |
modifications due to refactorings in gluegen and jogl.
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 263c1a6..36e67bb 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.opengl.util.BufferUtil.*; +import static com.jogamp.gluegen.runtime.Buffers.*; /** * JOCL - JOGL interoperability example. |