| 
    Graphics v0.0.0
    
   A simple abstraction layer for the modern graphics APIs. 
   | 
 
  
Public 成员函数 | |
| GLPipeline (const Descriptor &desc) | |
| void | bind () override | 
| virtual void | bind ()=0 | 
额外继承的成员函数 | |
  静态 Public 成员函数 继承自 Pipeline | |
| static std::shared_ptr< Pipeline > | create (const Descriptor &desc) | 
  Protected 成员函数 继承自 Pipeline | |
| Pipeline (const Descriptor &desc) | |
  Protected 属性 继承自 Pipeline | |
| Descriptor | desc | 
      
  | 
  overridevirtual | 
实现了 Pipeline.