| 148 | } |
| 149 | |
| 150 | void PostProcessHelper::End() |
| 151 | { |
| 152 | Assert_(cmdList != nullptr); |
| 153 | cmdList = nullptr; |
| 154 | |
| 155 | for(uint64 i = 0; i < tempRenderTargets.Count(); ++i) |
| 156 | Assert_(tempRenderTargets[i]->InUse == false); |
| 157 | } |
| 158 | |
| 159 | void PostProcessHelper::PostProcess(CompiledShaderPtr pixelShader, const char* name, const RenderTexture& input, const RenderTexture& output) |
| 160 | { |