TOpenCLProgramList Class

Source: clMtxVec.cs · Assembly: Dew.Math

public class TOpenCLProgramList

Stores a list of Open CL programs.

Properties

NameTypeDescription
CountInt32Returns the number of programs already added.
ItemTOpenCLProgramArray property gives access to individual programs available on the device.

Methods

NameDescription
AddCall this method to add a new program.
DeleteDelete Open CL program from the list of programs.