Files
XCEngine/docs/api/rhi/opengl/vertex-array/unbind.md

18 lines
220 B
Markdown
Raw Normal View History

2026-03-20 02:35:45 +08:00
# OpenGLVertexArray::Unbind
```cpp
void Unbind() const
```
解除当前绑定的顶点数组对象。
**示例:**
```cpp
vao.Unbind();
```
## 相关文档
- [OpenGLVertexArray](vertex-array.md) - 返回类总览