CLDevice

Constructors

this
this(cl_device_id id)

Members

Enums

ExecCapabilities
enum ExecCapabilities
FPConfig
enum FPConfig
LocalMemType
enum LocalMemType
Undocumented in source.
MemCacheType
enum MemCacheType
Type
enum Type

Functions

platform
CLPlatform platform()
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getFromID
CLDevice getFromID(cl_device_id id)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

used
CLDevice[cl_device_id] used;
Undocumented in source.

Variables

_platform
CLPlatform _platform;
id
cl_device_id id;

Inherited Members

From CLObject

parent
CLObject parent;
Undocumented in source.
child
Object[] child;
Undocumented in source.
regChild
auto regChild(T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
regChild
auto regChild(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
newChild
auto newChild(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
preChildDestory
void preChildDestory()
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.

Meta