We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
!UnrestrictedBufferTextureCopyPitchSupported
1 parent f9606d3 commit fd850ffCopy full SHA for fd850ff
wgpu-hal/src/dx12/command.rs
@@ -438,6 +438,7 @@ impl crate::CommandEncoder for super::CommandEncoder {
438
Ok(super::CommandBuffer { raw })
439
}
440
unsafe fn reset_all<I: Iterator<Item = super::CommandBuffer>>(&mut self, command_buffers: I) {
441
+ self.intermediate_copy_bufs.clear();
442
for cmd_buf in command_buffers {
443
self.free_lists.push(cmd_buf.raw);
444
0 commit comments