| 233 | } |
| 234 | |
| 235 | intrusive_ptr<graph::Surface> TexPool::Get(IDParam const& id) |
| 236 | { |
| 237 | m_storMtx->Lock(); |
| 238 | intrusive_ptr<graph::Surface> tex = m_stor[id.GetIDHash()]; |
| 239 | m_storMtx->Unlock(); |
| 240 | return tex; |
| 241 | } |
| 242 | |
| 243 | void TexPool::AddAsyncWaitComplete() |
| 244 | { |