MCPcopy Create free account
hub / github.com/Illation/ETEngine / DestroyInstance

Method DestroyInstance

Engine/source/EtCore/Content/ResourceManager.cpp:36–40  ·  view source on GitHub ↗

---------------------------------- ResourceManager::DestroyInstance Deinitializes the singleton

Source from the content-addressed store, hash-verified

34// Deinitializes the singleton
35//
36void ResourceManager::DestroyInstance()
37{
38 s_Instance->Deinit();
39 SafeDelete(s_Instance);
40}
41
42//----------------------------------
43// ResourceManager::SetAssetReferences

Callers

nothing calls this directly

Calls 2

SafeDeleteFunction · 0.85
DeinitMethod · 0.45

Tested by

no test coverage detected