dcl.helpers

Undocumented in source.

Members

Aliases

tss
alias tss = Tuple!(string, string)
Undocumented in source.

Functions

fmtFlags
string fmtFlags(ulong mask, T[] without)
Undocumented in source. Be warned that the author may not have intended to support it.
fmtSize
string fmtSize(ulong bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
formatInfo
string formatInfo(Tuple!(string, string)[] info, string fmt, string sep)
Undocumented in source. Be warned that the author may not have intended to support it.
getCLDeviceFullInfo
auto getCLDeviceFullInfo(CLDevice dev)

full info about device

getCLDeviceFullInfoString
string getCLDeviceFullInfoString(CLDevice dev, string fmt, string sep)

full info about device as string

getCLPlatformFullInfo
auto getCLPlatformFullInfo(CLPlatform pl)

full info about platform

getCLPlatformFullInfoString
string getCLPlatformFullInfoString(CLPlatform pl, string fmt, string sep)

full info about platform as string

Meta