docs: update RHI API docs

This commit is contained in:
2026-03-20 02:35:45 +08:00
parent ea756c0177
commit 070b444f8f
501 changed files with 13493 additions and 2022 deletions

View File

@@ -0,0 +1,26 @@
# D3D12SwapChain::D3D12SwapChain
## 函数签名
```cpp
D3D12SwapChain()
```
## 中文描述
D3D12SwapChain 类的构造函数,创建一个空的交换链实例。
## 复杂度
O(1)
## 示例
```cpp
D3D12SwapChain* swapChain = new D3D12SwapChain();
```
## 相关文档
- [D3D12SwapChain](swap-chain.md) - 类总览
- [~D3D12SwapChain](destructor.md) - 析构函数