com.jogamp.opencl.util
Class CLInfo

java.lang.Object
  extended by com.jogamp.opencl.util.CLInfo

public class CLInfo
extends Object

Prints out diagnostic properties about the OpenCL installation and the runtime environment of the host application.

Author:
Michael Bien

Constructor Summary
CLInfo()
           
 
Method Summary
static void main(String[] args)
           
static StringBuilder print(StringBuilder sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLInfo

public CLInfo()
Method Detail

print

public static StringBuilder print(StringBuilder sb)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception