Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
static CLDevice.FPConfig |
CLDevice.FPConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.FPConfig[] |
CLDevice.FPConfig.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.FPConfig> |
CLDevice.getDoubleFPConfig()
Returns the optional double precision floating-point capability of the device.
|
EnumSet<CLDevice.FPConfig> |
CLDevice.getHalfFPConfig()
Returns the optional half precision floating-point capability of the device.
|
EnumSet<CLDevice.FPConfig> |
CLDevice.getSingleFPConfig()
Returns the single precision floating-point capability of the device.
|
static EnumSet<CLDevice.FPConfig> |
CLDevice.FPConfig.valuesOf(int bitfield)
Returns a EnumSet for the given bitfield.
|