Struct LazyMesh::Unloader

Nested Relationships

This struct is a nested type of Template Class LazyMesh.

Struct Documentation

struct Unloader

Deleter for the shared_ptr.

Public Functions

inline Unloader(LazyMesh *owner)
void operator()(PMPMesh<BaseVecT> *mesh)

Called when the last shared_ptr to the mesh is destroyed.

Public Members

LazyMesh *m_owner