Add MeshPool TODO

This commit is contained in:
mars 2022-04-26 20:17:31 -06:00
parent 88333dd8bd
commit 39b2bd7f44
1 changed files with 2 additions and 0 deletions

View File

@ -455,6 +455,8 @@ impl MeshPool {
Err(e) => return Err(e), Err(e) => return Err(e),
} }
} }
// TODO create a new pool if no available pool was found
} }
self.staging.queue_copies(copies); self.staging.queue_copies(copies);