Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLEvent.CommandType |
CLEvent.getType() |
CLEvent.CommandType |
CLUserEvent.getType()
Returns
USER . |
static CLEvent.CommandType |
CLEvent.CommandType.valueOf(int commandType) |
static CLEvent.CommandType |
CLEvent.CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLEvent.CommandType[] |
CLEvent.CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|