summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/gl/CLGLTest.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-13 22:50:05 +0200
committerSven Gothel <[email protected]>2010-05-13 22:50:05 +0200
commit17a620f17f65e8581f1a04f5d2825c24a87678b8 (patch)
treefa01b1e7f46ec2b9d3fa16b6dd26b63445b4dba6 /test/com/jogamp/opencl/gl/CLGLTest.java
parent4bbfd2d4e1544a120facae7e7d8f0e2322c1618f (diff)
parent6f0a2ffd21d178167dd8e7db3c14da94a2d91f7e (diff)
Merge branch 'master' of git://github.com/mbien/jocl
Diffstat (limited to 'test/com/jogamp/opencl/gl/CLGLTest.java')
-rw-r--r--test/com/jogamp/opencl/gl/CLGLTest.java2
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);