Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
static CLDevice.Capabilities |
CLDevice.Capabilities.valueOf(int caps) |
static CLDevice.Capabilities |
CLDevice.Capabilities.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.Capabilities[] |
CLDevice.Capabilities.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<CLDevice.Capabilities> |
CLDevice.getExecutionCapabilities()
Returns the execution capabilities as EnumSet.
|
static EnumSet<CLDevice.Capabilities> |
CLDevice.Capabilities.valuesOf(int bitfield) |