TOpenCLKernelList Class

Header: Dew.Math/clMtxVec.h · Cross-compiler
tObjectTOpenCLKernelList

class TOpenCLKernelList : public tObject;

Stores a list of Open CL Kernels.

Constructors

NameDescription
TOpenCLKernelList (2)

Destructors

NameDescription
~TOpenCLKernelList

Properties

NameTypeDescription
CountintReturns the number of Kernels already added.

Methods

NameDescription
Add
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.
GetItem
Item
LocateSearches for and returns the kernel with KernelName.
SetItem
Sort

Operators

NameDescription
operator[]