type TOpenCLProgramList = class;
Stores a list of Open CL programs.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer | Returns the number of programs already added. |
| Item | TOpenCLProgram | Array property gives access to individual programs available on the device. |
Methods
| Name | Description |
|---|---|
| Add | Call this method to add a new program. |
| Delete | Delete Open CL program from the list of programs. |