CLProgram

Undocumented in source.

Constructors

this
this(string source_path, CLContext context, const(char)[] compilation_options)
Undocumented in source.
this
this(CTKernel ct_kernel, CLContext context, const(char)[] compilation_options)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

createKernels
bool createKernels()
Undocumented in source. Be warned that the author may not have intended to support it.
createProgram
bool createProgram(char* source, size_t source_size, const(char)[] compilation_options)
Undocumented in source. Be warned that the author may not have intended to support it.
getKernel
CLKernel getKernel(string kernel_name)
Undocumented in source. Be warned that the author may not have intended to support it.
setCLContext
void setCLContext(CLContext context)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta