MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Create

Method Create

src/SFGUI/Renderers/VertexArrayRenderer.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25VertexArrayRenderer::Ptr VertexArrayRenderer::Create() {
26 return Ptr( new VertexArrayRenderer );
27}
28
29const std::string& VertexArrayRenderer::GetName() const {
30 static const std::string name( "Vertex Array Renderer" );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected