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