MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / ImageProgram

Method ImageProgram

C++/programs/Program.cpp:158–164  ·  view source on GitHub ↗

ImageProgram

Source from the content-addressed store, hash-verified

156
157// ImageProgram
158ImageProgram::ImageProgram(COpenCL& CL, const char * Path)
159: MultiProgram(CL)
160{
161 const vector<string> Options = GetOptions();
162
163 SetProgramInfo(Path, Options);
164}
165
166ImageProgram::ImageProgram(COpenCL& CL, bool fromSource, const char * Source)
167: MultiProgram(CL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected