MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Unload

Method Unload

deps/LLGL/sources/Renderer/RenderSystem.cpp:228–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void RenderSystem::Unload(std::unique_ptr<RenderSystem>&& renderSystem)
229{
230 auto it = g_renderSystemModules.find(renderSystem.get());
231 if (it != g_renderSystemModules.end())
232 {
233 renderSystem.release();
234 g_renderSystemModules.erase(it);
235 }
236}
237
238void RenderSystem::SetConfiguration(const RenderSystemConfiguration& config)
239{

Callers 2

RunMethod · 0.80
RunMethod · 0.80

Calls 5

findMethod · 0.45
getMethod · 0.45
endMethod · 0.45
releaseMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected