Class CL


  • public final class CL
    extends java.lang.Object
    LWJGL users must use this class to initialize OpenCL before using any other class in the org.lwjgl.opencl package.
    Author:
    Spasi
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void create()  
      static void destroy()  
      static boolean isCreated()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isCreated

        public static boolean isCreated()
        Returns:
        true if CL has been created
      • destroy

        public static void destroy()