Uses of Class
org.lwjgl.opencl.CLContextCallback
-
Packages that use CLContextCallback Package Description org.lwjgl.opencl -
-
Uses of CLContextCallback in org.lwjgl.opencl
Fields in org.lwjgl.opencl declared as CLContextCallback Modifier and Type Field Description static CLContextCallback
APPLEContextLoggingUtil. STD_ERR_CALLBACK
Sends all log messages to the file descriptor stderr.static CLContextCallback
APPLEContextLoggingUtil. STD_OUT_CALLBACK
Sends all log messages to the file descriptor stdout.static CLContextCallback
APPLEContextLoggingUtil. SYSTEM_LOG_CALLBACK
Sends all log messages to the Apple System Logger.Methods in org.lwjgl.opencl with parameters of type CLContextCallback Modifier and Type Method Description static CLContext
CL10. clCreateContext(PointerBuffer properties, CLDevice device, CLContextCallback pfn_notify, java.nio.IntBuffer errcode_ret)
Overloads clCreateContext.static CLContext
CL10. clCreateContext(PointerBuffer properties, PointerBuffer devices, CLContextCallback pfn_notify, java.nio.IntBuffer errcode_ret)
LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.static CLContext
CL10. clCreateContextFromType(PointerBuffer properties, long device_type, CLContextCallback pfn_notify, java.nio.IntBuffer errcode_ret)
LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.static CLContext
CLContext. create(CLPlatform platform, java.util.List<CLDevice> devices, CLContextCallback pfn_notify, java.nio.IntBuffer errcode_ret)
Creates a new CLContext.static CLContext
CLContext. create(CLPlatform platform, java.util.List<CLDevice> devices, CLContextCallback pfn_notify, Drawable share_drawable, java.nio.IntBuffer errcode_ret)
Creates a new CLContext.static CLContext
CLContext. createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, java.nio.IntBuffer errcode_ret)
Creates a new CLContext.static CLContext
CLContext. createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, Drawable share_drawable, java.nio.IntBuffer errcode_ret)
Creates a new CLContext.
-