Package | Description |
---|---|
org.lwjgl.opencl |
Modifier and Type | Method | Description |
---|---|---|
List<CLDevice> |
CLPlatform.getDevices(int device_type,
Filter<CLDevice> filter) |
Returns a list of the available devices on this platform that
match the specified type, filtered by the specified filter.
|
static List<CLPlatform> |
CLPlatform.getPlatforms(Filter<CLPlatform> filter) |
Returns a list of the available platforms, filtered by the specified filter.
|
List<CLImageFormat> |
CLContext.getSupportedImageFormats(long flags,
int image_type,
Filter<CLImageFormat> filter) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.