SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnSystemShutDown()

void Spices::ResourceSystem::OnSystemShutDown ( )
overridevirtual

This interface defines the behave on specific system shutdown. Called when system poped from SystemManager.

Release all Resources

Release all Resources

Reimplemented from Spices::System.

Definition at line 35 of file ResourceSystem.cpp.

36 {
38
42 ResourcePool<Texture> ::Destroy();
43 ResourcePool<Shader> ::Destroy();
44 ResourcePool<Material> ::Destroy();
45 ResourcePool<MeshPack> ::Destroy();
46 }
#define SPICES_PROFILE_ZONE