| 23 | } |
| 24 | |
| 25 | TexPool::~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 | |
| 37 | void TexPool::DestroyAsync() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected