MultiProgram
| 121 | |
| 122 | // MultiProgram |
| 123 | MultiProgram::MultiProgram(COpenCL& CL) |
| 124 | : m_CL(&CL) |
| 125 | { } |
| 126 | |
| 127 | void MultiProgram::SetProgramInfo(const char * Path, const vector<string>& Options) |
| 128 | { |
nothing calls this directly
no outgoing calls
no test coverage detected