Cloo 0.9.1
|
Represents an OpenCL event. More...
Protected Member Functions | |
override void | Dispose (bool manual) |
Releases the associated OpenCL object. | |
Properties | |
ComputeCommandQueue | CommandQueue [get, set] |
Gets the ComputeCommandQueue associated with the ComputeEvent. |
Represents an OpenCL event.
An event encapsulates the status of an operation such as a command. It can be used to synchronize operations in a context.
override void Cloo.ComputeEvent.Dispose | ( | bool | manual | ) | [protected, virtual] |
Releases the associated OpenCL object.
manual | Specifies the operation mode of this method. |
manual must be true
if this method is invoked directly by the application.
Reimplemented from Cloo.ComputeEventBase.
ComputeCommandQueue Cloo.ComputeEvent.CommandQueue [get, set] |
Gets the ComputeCommandQueue associated with the ComputeEvent.
The ComputeCommandQueue associated with the ComputeEvent.