diff options
author | Michael Bien <[email protected]> | 2010-03-27 02:49:28 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 02:49:28 +0100 |
commit | 043f1cf8bcdfc8f8faa853c92afc064c468dc2a8 (patch) | |
tree | a4d2d6d16ab105293d104d63db72b5282502942e /src/com/mbien/opencl/CLKernel.java | |
parent | 7254e22512ab61f3e2ed3fcf3622ef55b9af0aa7 (diff) |
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'src/com/mbien/opencl/CLKernel.java')
-rw-r--r-- | src/com/mbien/opencl/CLKernel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/mbien/opencl/CLKernel.java b/src/com/mbien/opencl/CLKernel.java index 4b60cab9..0ef2d835 100644 --- a/src/com/mbien/opencl/CLKernel.java +++ b/src/com/mbien/opencl/CLKernel.java @@ -1,9 +1,9 @@ package com.mbien.opencl; import com.mbien.opencl.util.CLUtil; -import com.sun.gluegen.runtime.BufferFactory; -import com.sun.gluegen.runtime.CPU; -import com.sun.gluegen.runtime.PointerBuffer; +import com.jogamp.gluegen.runtime.BufferFactory; +import com.jogamp.gluegen.runtime.CPU; +import com.jogamp.gluegen.runtime.PointerBuffer; import java.nio.Buffer; import java.nio.ByteBuffer; import java.nio.ByteOrder; |