TOpenCLKernelList Class

type TOpenCLKernelList = class;

Stores a list of Open CL Kernels.

Properties

NameTypeDescription
CountIntegerReturns the number of Kernels already added.
ItemTOpenCLKernelArray property gives access to Kernels programs available on the device.

Methods

NameDescription
ClearDeletes and frees all kernels from the list.
DeleteDeletes and frees the Kernel at index specified from the list.
FindSearches for and returns the index of the kernel with KernelName.
LocateSearches for and returns the kernel with KernelName.