12 lines
240 B
Markdown
12 lines
240 B
Markdown
|
|
# OpenGLDepthStencilView::~OpenGLDepthStencilView
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
~OpenGLDepthStencilView();
|
||
|
|
```
|
||
|
|
|
||
|
|
析构函数,自动调用 `Shutdown()` 释放资源。
|
||
|
|
|
||
|
|
## 相关文档
|
||
|
|
|
||
|
|
- [OpenGLDepthStencilView 总览](depth-stencil-view.md) - 返回类总览
|