| 129 | } |
| 130 | |
| 131 | void PostProcessHelper::Begin(ID3D12GraphicsCommandList* cmdList_) |
| 132 | { |
| 133 | Assert_(cmdList == nullptr); |
| 134 | cmdList = cmdList_; |
| 135 | } |
| 136 | |
| 137 | void PostProcessHelper::End() |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected