MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / ~TexPool

Method ~TexPool

NetStream/source/tex_pool.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25TexPool::~TexPool()
26{
27 SetAlive(false);
28 AddAsyncCancelPending();
29 RemoveAll();
30 if (m_addAsyncQueue != job::JobQueue::DefaultQueue())
31 {
32 delete m_addAsyncQueue;
33 }
34 delete m_storMtx;
35}
36
37void TexPool::DestroyAsync()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected