diff options
Diffstat (limited to 'test/com/jogamp/opencl/gl')
-rw-r--r-- | test/com/jogamp/opencl/gl/CLGLTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/com/jogamp/opencl/gl/CLGLTest.java b/test/com/jogamp/opencl/gl/CLGLTest.java index 278206cf..c91ac439 100644 --- a/test/com/jogamp/opencl/gl/CLGLTest.java +++ b/test/com/jogamp/opencl/gl/CLGLTest.java @@ -76,6 +76,8 @@ public class CLGLTest { if(device == null) { out.println("Aborting test: no GLCL capable devices found."); return; + }else{ + out.println("isGLMemorySharingSupported==true on: \n "+device); } CLContext context = CLGLContext.create(glcontext, device); |