Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jul 22, 2024
1 parent 673243f commit ab772c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wgpu-core/src/command/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,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 {
Expand Down

0 comments on commit ab772c3

Please sign in to comment.