19 lines
336 B
Markdown
19 lines
336 B
Markdown
# OpenGLCommandQueue::WaitForIdle
|
|
|
|
```cpp
|
|
void WaitForIdle()
|
|
```
|
|
|
|
**详细描述**: 等待命令队列空闲。OpenGLCommandQueue 当前为存根实现,此方法为空实现。
|
|
|
|
**返回值:** 无
|
|
|
|
**示例:**
|
|
|
|
```cpp
|
|
commandQueue->WaitForIdle();
|
|
```
|
|
|
|
## 相关文档
|
|
|
|
- [OpenGLCommandQueue](command-queue.md) - 返回至类概览 |