TOpenCLCommandQueueList Class

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

class TOpenCLCommandQueueList : public tObject;

Stores a list of Open CL queues.

Constructors

NameDescription
TOpenCLCommandQueueList (2)

Destructors

NameDescription
~TOpenCLCommandQueueList

Properties

NameTypeDescription
CountintReturns the number of command queues already added.

Methods

NameDescription
AddAdd a new command queue.
DeleteDeletes and frees the command queue at index specified from the list.
GetItem
Item
LocateSearches for and returns the command queue which is associated with thread which has identified with aThreadID.
SetItem
UnMarkThreadsUnmarks associated threads from all command queues.

Operators

NameDescription
operator[]