| 220 | CBuffer.SetAsGfxRootParameter(cmdList, rootParameter); |
| 221 | } |
| 222 | void BindCBufferCompute(ID3D12GraphicsCommandList* cmdList, uint32 rootParameter) |
| 223 | { |
| 224 | CBuffer.SetAsComputeRootParameter(cmdList, rootParameter); |
| 225 | } |
| 226 | void Shutdown() |
| 227 | { |
| 228 | CBuffer.Shutdown(); |
no test coverage detected