| 
    Graphics v0.0.0
    
   A simple abstraction layer for the modern graphics APIs. 
   | 
 
命令队列. 更多...
#include <CommandQueue.h>
  
Public 成员函数 | |
| virtual void | submit (std::shared_ptr< CommandBuffer > command_buffer)=0 | 
静态 Public 成员函数 | |
| static std::shared_ptr< CommandQueue > | create () | 
命令队列.