| 
    Graphics v0.0.0
    
   A simple abstraction layer for the modern graphics APIs. 
   | 
 
  
Public 成员函数 | |
| void | submit (std::shared_ptr< CommandBuffer > command_buffer) override | 
| virtual void | submit (std::shared_ptr< CommandBuffer > command_buffer)=0 | 
额外继承的成员函数 | |
  静态 Public 成员函数 继承自 CommandQueue | |
| static std::shared_ptr< CommandQueue > | create () | 
      
  | 
  overridevirtual | 
实现了 CommandQueue.