|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opencl.util.CLPlatformFilters
public class CLPlatformFilters
Pre-defined filters.
CLPlatform.getDefault(com.jogamp.opencl.util.Filter[])
,
CLPlatform.listCLPlatforms(com.jogamp.opencl.util.Filter[])
Constructor Summary | |
---|---|
CLPlatformFilters()
|
Method Summary | |
---|---|
static Filter<CLPlatform> |
extensions(String... extensions)
Accepts all platforms containing devices of the given extensions. |
static Filter<CLPlatform> |
type(CLDevice.Type type)
Accepts all platforms containing devices of the given type. |
static Filter<CLPlatform> |
version(CLVersion version)
Accepts all platforms supporting at least the given OpenCL spec version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CLPlatformFilters()
Method Detail |
---|
public static Filter<CLPlatform> version(CLVersion version)
public static Filter<CLPlatform> type(CLDevice.Type type)
public static Filter<CLPlatform> extensions(String... extensions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |