mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
remove old comment
This commit is contained in:
parent
025787bbad
commit
76af20348d
@ -495,8 +495,6 @@ impl Global {
|
||||
state.raw_encoder.begin_compute_pass(&hal_desc);
|
||||
}
|
||||
|
||||
// TODO: We should be draining the commands here, avoiding extra copies in the process.
|
||||
// (A command encoder can't be executed twice!)
|
||||
for command in base.commands {
|
||||
match command {
|
||||
ArcComputeCommand::SetBindGroup {
|
||||
|
Loading…
Reference in New Issue
Block a user