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

Method Destroy

src/SFGUI/Renderer.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Renderer::Destroy() {
93 instance.reset();
94}
95
96bool Renderer::Exists() {
97 return static_cast<bool>( instance );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected