| 23 | } |
| 24 | |
| 25 | VertexArrayRenderer::Ptr VertexArrayRenderer::Create() { |
| 26 | return Ptr( new VertexArrayRenderer ); |
| 27 | } |
| 28 | |
| 29 | const std::string& VertexArrayRenderer::GetName() const { |
| 30 | static const std::string name( "Vertex Array Renderer" ); |
nothing calls this directly
no outgoing calls
no test coverage detected