docs: update RHI API docs
This commit is contained in:
17
docs/api/rhi/opengl/vertex-array/unbind.md
Normal file
17
docs/api/rhi/opengl/vertex-array/unbind.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# OpenGLVertexArray::Unbind
|
||||
|
||||
```cpp
|
||||
void Unbind() const
|
||||
```
|
||||
|
||||
解除当前绑定的顶点数组对象。
|
||||
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
vao.Unbind();
|
||||
```
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [OpenGLVertexArray](vertex-array.md) - 返回类总览
|
||||
Reference in New Issue
Block a user