Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Class and Description |
---|---|
class |
CLUserEvent
Custom, user controlled event.
|
Modifier and Type | Method and Description |
---|---|
CLEvent |
CLEventList.getEvent(int index) |
Modifier and Type | Method and Description |
---|---|
Iterator<CLEvent> |
CLEventList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
CLEventListener.eventStateChanged(CLEvent event,
int status) |
Constructor and Description |
---|
CLEventList(CachedBufferFactory factory,
CLEvent... events) |
CLEventList(CLEvent... events) |