18 lines
416 B
Markdown
18 lines
416 B
Markdown
|
|
# D3D12CommandList::SetGraphicsRootConstantBufferView
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
void SetGraphicsRootConstantBufferView(uint32_t rootParameterIndex, D3D12_GPU_VIRTUAL_ADDRESS bufferLocation);
|
||
|
|
```
|
||
|
|
|
||
|
|
设置图形根常量缓冲区视图。
|
||
|
|
|
||
|
|
**参数:**
|
||
|
|
- `rootParameterIndex` - 根参数索引
|
||
|
|
- `bufferLocation` - GPU 虚拟地址
|
||
|
|
|
||
|
|
**复杂度:** O(1)
|
||
|
|
|
||
|
|
## 相关文档
|
||
|
|
|
||
|
|
- [D3D12CommandList 总览](command-list.md) - 返回类总览
|