MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~SurfaceContainer

Method ~SurfaceContainer

Engine/source/EtRendering/GraphicsTypes/Mesh.cpp:222–228  ·  view source on GitHub ↗

--------------------------------- SurfaceContainer::d-tor Delete all surface lists

Source from the content-addressed store, hash-verified

220// Delete all surface lists
221//
222SurfaceContainer::~SurfaceContainer()
223{
224 for (MeshSurface* surface: m_Surfaces)
225 {
226 SafeDelete(surface);
227 }
228}
229
230//---------------------------------
231// SurfaceContainer::GetSurface

Callers

nothing calls this directly

Calls 1

SafeDeleteFunction · 0.85

Tested by

no test coverage detected