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

Method Set

src/SFGUI/Renderer.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Renderer::Set( std::shared_ptr<Renderer> renderer ) {
87 if( renderer ) {
88 instance = renderer;
89 }
90}
91
92void Renderer::Destroy() {
93 instance.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected