| 33 | } |
| 34 | |
| 35 | void FragmentShaderBuilder::onBeforeChildProcEmitCode(const FragmentProcessor* child) const { |
| 36 | programBuilder->currentProcessors.push_back(child); |
| 37 | } |
| 38 | |
| 39 | void FragmentShaderBuilder::onAfterChildProcEmitCode() const { |
| 40 | programBuilder->currentProcessors.pop_back(); |