mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
hal/dx12: reset command pool
This commit is contained in:
@@ -139,6 +139,7 @@ impl crate::CommandEncoder<super::Api> for super::CommandEncoder {
|
||||
for cmd_buf in command_buffers {
|
||||
self.free_lists.push(cmd_buf.raw);
|
||||
}
|
||||
self.allocator.reset();
|
||||
}
|
||||
|
||||
unsafe fn transition_buffers<'a, T>(&mut self, barriers: T)
|
||||
|
||||
Reference in New Issue
Block a user