| 36 | } |
| 37 | |
| 38 | void PostProcessor::DestroyPSOs() |
| 39 | { |
| 40 | helper.ClearCache(); |
| 41 | } |
| 42 | |
| 43 | void PostProcessor::Render(ID3D12GraphicsCommandList* cmdList, const RenderTexture& input, const RenderTexture& output) |
| 44 | { |
nothing calls this directly
no test coverage detected