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