TOpenCLCommandQueueList Class

Source: clMtxVec.cs · Assembly: Dew.Math

public class TOpenCLCommandQueueList

Stores a list of Open CL queues.

Properties

NameTypeDescription
CountInt32Returns the number of command queues already added.
ItemTOpenCLCommandQueueArray property gives access to command queues available for the device.

Methods

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