Program

Undocumented in source.

Members

Functions

getKernel
Kernel!(typeof(k)) getKernel()

Undocumented in source. Be warned that the author may not have intended to support it.

getKernelByName
Kernel!void getKernelByName(immutable(char)* name)

Undocumented in source. Be warned that the author may not have intended to support it.

unload
void unload()

Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromFile
Program fromFile(string name)

Undocumented in source. Be warned that the author may not have intended to support it.

fromString
Program fromString(string name)

Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

globalProgram
Program globalProgram;

Undocumented in source.

Variables

raw
void* raw;

Undocumented in source.

Meta