mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
working on subpass dependencies
This commit is contained in:
@@ -119,10 +119,7 @@ namespace mlx
|
||||
return set == rhs_set;
|
||||
});
|
||||
if(it == m_used_sets.end())
|
||||
{
|
||||
Error("Vulkan: cannot return descriptor set to pool, invalid pool");
|
||||
return;
|
||||
}
|
||||
m_used_sets.erase(it);
|
||||
m_free_sets.push_back(set);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user