Skip to content

Commit

Permalink
Update wgpu-core/src/device/global.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Teodor Tanasoaia <[email protected]>
  • Loading branch information
nical and teoxoy authored Sep 28, 2023
1 parent 6ab1c23 commit 3709063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/device/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {

pub fn compute_pipeline_drop<A: HalApi>(&self, compute_pipeline_id: id::ComputePipelineId) {
profiling::scope!("ComputePipeline::drop");
log::debug!("ComputePipeline::drop {:?}", compute_pipeline_id);
log::trace!("ComputePipeline::drop {:?}", compute_pipeline_id);
let hub = A::hub(self);
let mut token = Token::root();
let (device_guard, mut token) = hub.devices.read(&mut token);
Expand Down

0 comments on commit 3709063

Please sign in to comment.