mirror of
https://github.com/simple64/simple64.git
synced 2026-09-07 12:52:44 +02:00
update parallel rdp
This commit is contained in:
@@ -429,6 +429,11 @@ void BindlessAllocator::begin()
|
||||
views.clear();
|
||||
}
|
||||
|
||||
void BindlessAllocator::reset()
|
||||
{
|
||||
descriptor_pool.reset();
|
||||
}
|
||||
|
||||
unsigned BindlessAllocator::get_next_offset() const
|
||||
{
|
||||
return unsigned(views.size());
|
||||
|
||||
Reference in New Issue
Block a user