| 142 | } |
| 143 | |
| 144 | void PostProcessHelper::Begin(ID3D12GraphicsCommandList* cmdList_) |
| 145 | { |
| 146 | Assert_(cmdList == nullptr); |
| 147 | cmdList = cmdList_; |
| 148 | } |
| 149 | |
| 150 | void PostProcessHelper::End() |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected