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 /src/com/jogamp/opencl/util | |
parent | 58bd5a07aca65a9763dd51ab070d9945df87a7a4 (diff) |
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*
Diffstat (limited to 'src/com/jogamp/opencl/util')
-rw-r--r-- | src/com/jogamp/opencl/util/CLPlatformFilters.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/jogamp/opencl/util/CLPlatformFilters.java b/src/com/jogamp/opencl/util/CLPlatformFilters.java index 8c22306a..46a7295b 100644 --- a/src/com/jogamp/opencl/util/CLPlatformFilters.java +++ b/src/com/jogamp/opencl/util/CLPlatformFilters.java @@ -33,8 +33,8 @@ import com.jogamp.opencl.CLDevice; import com.jogamp.opencl.CLPlatform; import com.jogamp.opencl.CLVersion; import java.util.Arrays; -import javax.media.opengl.GL; -import javax.media.opengl.GLContext; +import com.jogamp.opengl.GL; +import com.jogamp.opengl.GLContext; /** * Pre-defined filters. |