VectorProgram
| 231 | |
| 232 | // VectorProgram |
| 233 | VectorProgram::VectorProgram(COpenCL& CL, const char * Path) |
| 234 | : MultiProgram(CL) |
| 235 | { |
| 236 | const vector<string> Options = GetOptions(); |
| 237 | |
| 238 | SetProgramInfo(Path, Options); |
| 239 | } |
| 240 | |
| 241 | VectorProgram::VectorProgram(COpenCL& CL, bool fromSource, const char * Source) |
| 242 | : MultiProgram(CL) |
nothing calls this directly
no outgoing calls
no test coverage detected