diff options
author | Sven Gothel <[email protected]> | 2014-09-03 03:16:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-03 03:16:10 +0200 |
commit | c720767642618cfb4f3739dc6962cde0465e25c5 (patch) | |
tree | bb19fc9907a81b01432166f6621e94693a6ba3e3 /test/com/jogamp/opencl/gl/CLGLTest.java | |
parent | 87eb9b93c250a0a8746176cbac9448ea62f26afa (diff) |
Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. isAvailable() simply shall return true if JOCL/OpenCL libs could be loaded.
- Promote CLAbstractImpl.isAvailable() to CLPlatform, public API.
- CLAbstractImpl.isAvailable() simply shall return true if JOCL/OpenCL libs could be loaded.
Diffstat (limited to 'test/com/jogamp/opencl/gl/CLGLTest.java')
-rw-r--r-- | test/com/jogamp/opencl/gl/CLGLTest.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/com/jogamp/opencl/gl/CLGLTest.java b/test/com/jogamp/opencl/gl/CLGLTest.java index 62e2b2bb..c7905352 100644 --- a/test/com/jogamp/opencl/gl/CLGLTest.java +++ b/test/com/jogamp/opencl/gl/CLGLTest.java @@ -234,10 +234,7 @@ public class CLGLTest extends UITestCase { @Test(timeout=15000) public void textureSharing() { - out.println(" - - - glcl; textureSharing - - - "); - if(MiscUtils.isOpenCLUnavailable()) - return; initGL(); makeGLCurrent(); |