public class TOpenCLCommandQueueList
Stores a list of Open CL queues.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Int32 | Returns the number of command queues already added. |
| Item | TOpenCLCommandQueue | Array property gives access to command queues available for the device. |
Methods
| Name | Description |
|---|---|
| Add | Add a new command queue. |
| Delete | Deletes and frees the command queue at index specified from the list. |
| Locate | Searches for and returns the command queue which is associated with thread which has identified with aThreadID. |
| UnMarkThreads | Unmarks associated threads from all command queues. |