| 135 | } |
| 136 | |
| 137 | void PostProcessHelper::End() |
| 138 | { |
| 139 | Assert_(cmdList != nullptr); |
| 140 | cmdList = nullptr; |
| 141 | |
| 142 | for(uint64 i = 0; i < tempRenderTargets.Count(); ++i) |
| 143 | Assert_(tempRenderTargets[i]->InUse == false); |
| 144 | } |
| 145 | |
| 146 | void PostProcessHelper::PostProcess(CompiledShaderPtr pixelShader, const char* name, const RenderTexture& input, const RenderTexture& output) |
| 147 | { |