public class TOpenCLKernelList
Stores a list of Open CL Kernels.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Int32 | Returns the number of Kernels already added. |
| Item | TOpenCLKernel | Array property gives access to Kernels programs available on the device. |
Methods
| Name | Description |
|---|---|
| Clear | Deletes and frees all kernels from the list. |
| Delete | Deletes and frees the Kernel at index specified from the list. |
| Find | Searches for and returns the index of the kernel with KernelName. |
| Locate | Searches for and returns the kernel with KernelName. |