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)
           
 
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

main

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