28 lines
537 B
Markdown
28 lines
537 B
Markdown
|
|
# D3D12DepthStencilView::D3D12DepthStencilView
|
||
|
|
|
||
|
|
## 函数签名
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
D3D12DepthStencilView()
|
||
|
|
```
|
||
|
|
|
||
|
|
## 描述
|
||
|
|
|
||
|
|
默认构造函数。创建空的深度模板视图实例,成员变量初始化为零值和空指针。
|
||
|
|
|
||
|
|
## 返回值
|
||
|
|
|
||
|
|
无
|
||
|
|
|
||
|
|
## 示例
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
D3D12DepthStencilView dsv; // 创建空实例
|
||
|
|
```
|
||
|
|
|
||
|
|
## 相关文档
|
||
|
|
|
||
|
|
- [D3D12DepthStencilView](depth-stencil-view.md) - 类总览
|
||
|
|
- [D3D12DepthStencilView::Initialize](initialize.md) - 初始化方法
|
||
|
|
- [D3D12DepthStencilView::~D3D12DepthStencilView](destructor.md) - 析构函数
|