Package | Description |
---|---|
org.lwjgl.opencl |
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.
|
Modifier and Type | Method | Description |
---|---|---|
static CLContext |
CL10.clCreateContext(PointerBuffer properties,
CLDevice device,
CLContextCallback pfn_notify,
IntBuffer errcode_ret) |
Overloads clCreateContext.
|
static CLContext |
CL10.clCreateContext(PointerBuffer properties,
PointerBuffer devices,
CLContextCallback pfn_notify,
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,
IntBuffer errcode_ret) |
LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.
|
static CLContext |
CLContext.create(CLPlatform platform,
List<CLDevice> devices,
CLContextCallback pfn_notify,
IntBuffer errcode_ret) |
Creates a new CLContext.
|
static CLContext |
CLContext.create(CLPlatform platform,
List<CLDevice> devices,
CLContextCallback pfn_notify,
Drawable share_drawable,
IntBuffer errcode_ret) |
Creates a new CLContext.
|
static CLContext |
CLContext.createFromType(CLPlatform platform,
long device_type,
CLContextCallback pfn_notify,
IntBuffer errcode_ret) |
Creates a new CLContext.
|
static CLContext |
CLContext.createFromType(CLPlatform platform,
long device_type,
CLContextCallback pfn_notify,
Drawable share_drawable,
IntBuffer errcode_ret) |
Creates a new CLContext.
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.