Skip to content

Commit

Permalink
remove a line that printed log "Created blas ..." in device create tlas
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Dec 18, 2023
1 parent c288e08 commit 8e606c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/device/ray_tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
};

let id = fid.assign(tlas);
log::info!("Created blas {:?} with {:?}", id.0, desc);
log::info!("Created tlas {:?} with {:?}", id.0, desc);

device.trackers.lock().tlas_s.insert_single(id.0, id.1);

Expand Down

0 comments on commit 8e606c2

Please sign in to comment.