Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLDevice.LocalMemType |
CLDevice.getLocalMemType()
Returns the local memory type.
|
static CLDevice.LocalMemType |
CLDevice.LocalMemType.valueOf(int clLocalCacheType)
Returns the matching LocalMemCacheType for the given cl type.
|
static CLDevice.LocalMemType |
CLDevice.LocalMemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.LocalMemType[] |
CLDevice.LocalMemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|