| 35 | }; |
| 36 | |
| 37 | ProgramBuilder::ProgramBuilder(Context* context, const ProgramInfo* programInfo) |
| 38 | : context(context), programInfo(programInfo) { |
| 39 | } |
| 40 | |
| 41 | bool ProgramBuilder::emitAndInstallProcessors() { |
| 42 | std::string inputColor; |
nothing calls this directly
no outgoing calls
no test coverage detected