TOpenCLKernelList Class

Source: clMtxVec.cs · Assembly: Dew.Math

public class TOpenCLKernelList

Stores a list of Open CL Kernels.

Properties

NameTypeDescription
CountInt32Returns 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.