Package | Description |
---|---|
org.lwjgl.opencl |
Modifier and Type | Method | Description |
---|---|---|
static CLPlatform |
CLPlatform.getCLPlatform(long id) |
Returns a CLPlatform with the specified id.
|
CLPlatform |
CLDevice.getPlatform() |
Modifier and Type | Method | Description |
---|---|---|
static List<CLPlatform> |
CLPlatform.getPlatforms() |
Returns a list of all the available platforms.
|
static List<CLPlatform> |
CLPlatform.getPlatforms(Filter<CLPlatform> filter) |
Returns a list of the available platforms, filtered by the specified filter.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
CL10.clGetDeviceIDs(CLPlatform platform,
long device_type,
PointerBuffer devices,
IntBuffer num_devices) |
|
static int |
CL10.clGetPlatformInfo(CLPlatform platform,
int param_name,
ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
|
static int |
CL12.clUnloadPlatformCompiler(CLPlatform platform) |
|
static CLContext |
CLContext.create(CLPlatform platform,
List<CLDevice> devices,
IntBuffer errcode_ret) |
Creates a new CLContext.
|
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,
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.
|
static CLPlatformCapabilities |
CLCapabilities.getPlatformCapabilities(CLPlatform platform) |
Modifier and Type | Method | Description |
---|---|---|
static List<CLPlatform> |
CLPlatform.getPlatforms(Filter<CLPlatform> filter) |
Returns a list of the available platforms, filtered by the specified filter.
|
Constructor | Description |
---|---|
CLPlatformCapabilities(CLPlatform platform) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.