refactor(docs): D3D12模块文档重构 - 修复链接错误并新增Buffer/Texture/SwapChain方法文档
- 新增32个方法文档(D3D12Buffer 13个,D3D12Texture 12个,D3D12SwapChain 6个) - 修复11处跨模块引用错误(rhi-device.md, rhi-texture.md等路径错误) - 清理d3d12-overview.md移除不存在的类引用 - 修复D3D12Device/D3D12CommandList/D3D12CommandQueue方法列表 - D3D12模块现无broken links
This commit is contained in:
15
docs/api/d3d12/d3d12-buffer-update-data.md
Normal file
15
docs/api/d3d12/d3d12-buffer-update-data.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# D3D12Buffer::UpdateData
|
||||
|
||||
更新缓冲区数据。
|
||||
|
||||
```cpp
|
||||
void UpdateData(const void* data, uint64_t size);
|
||||
```
|
||||
|
||||
**参数:**
|
||||
- `data` - 新数据指针
|
||||
- `size` - 数据大小(字节)
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12Buffer 总览](d3d12-buffer.md)
|
||||
Reference in New Issue
Block a user