mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing projection issue
This commit is contained in:
@@ -99,6 +99,7 @@ namespace mlx
|
||||
|
||||
void DescriptorPoolManager::Destroy()
|
||||
{
|
||||
#pragma omp parallel for
|
||||
for(auto& pool : m_pools)
|
||||
pool.Destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user