| 216 | CBuffer.Upload(); |
| 217 | } |
| 218 | void BindCBufferGfx(ID3D12GraphicsCommandList* cmdList, uint32 rootParameter) |
| 219 | { |
| 220 | CBuffer.SetAsGfxRootParameter(cmdList, rootParameter); |
| 221 | } |
| 222 | void BindCBufferCompute(ID3D12GraphicsCommandList* cmdList, uint32 rootParameter) |
| 223 | { |
| 224 | CBuffer.SetAsComputeRootParameter(cmdList, rootParameter); |
no test coverage detected