diff options
author | Sven Gothel <[email protected]> | 2015-02-02 02:51:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-02 02:51:01 +0100 |
commit | 84a5372eda5da00a1c4ce51d9d9faea68523dbd6 (patch) | |
tree | 523fc497d6d218dbb9cb35447dfdc2a7d5837b3a /test/com/jogamp/opencl | |
parent | 58bd5a07aca65a9763dd51ab070d9945df87a7a4 (diff) |
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*
Diffstat (limited to 'test/com/jogamp/opencl')
-rw-r--r-- | test/com/jogamp/opencl/gl/CLGLTest.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/com/jogamp/opencl/gl/CLGLTest.java b/test/com/jogamp/opencl/gl/CLGLTest.java index c7905352..21b4893e 100644 --- a/test/com/jogamp/opencl/gl/CLGLTest.java +++ b/test/com/jogamp/opencl/gl/CLGLTest.java @@ -38,8 +38,8 @@ import com.jogamp.opencl.CLCommandQueue; import com.jogamp.opencl.CLKernel; import com.jogamp.opencl.CLProgram; -import javax.media.opengl.GL2; -import javax.media.opengl.GLException; +import com.jogamp.opengl.GL2; +import com.jogamp.opengl.GLException; import com.jogamp.opencl.CLDevice; import com.jogamp.newt.NewtFactory; @@ -57,11 +57,11 @@ import java.io.IOException; import java.nio.ByteBuffer; import java.nio.IntBuffer; -import javax.media.opengl.GL; -import javax.media.opengl.GLCapabilities; -import javax.media.opengl.GLProfile; -import javax.media.opengl.GLContext; -import javax.media.opengl.fixedfunc.GLPointerFunc; +import com.jogamp.opengl.GL; +import com.jogamp.opengl.GLCapabilities; +import com.jogamp.opengl.GLProfile; +import com.jogamp.opengl.GLContext; +import com.jogamp.opengl.fixedfunc.GLPointerFunc; import org.junit.FixMethodOrder; import org.junit.Test; |