Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLEvent.ExecutionStatus |
CLEvent.getStatus()
Returns the execution status of the command which triggers this event.
|
static CLEvent.ExecutionStatus |
CLEvent.ExecutionStatus.valueOf(int status) |
static CLEvent.ExecutionStatus |
CLEvent.ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLEvent.ExecutionStatus[] |
CLEvent.ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CLUserEvent |
CLUserEvent.setStatus(CLEvent.ExecutionStatus status)
Sets the event execution status.
|