Skip to content

Commit

Permalink
remove now useless docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Sep 21, 2024
1 parent 093acad commit e6eb770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wgpu/src/ray_tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ static_assertions::assert_impl_all!(TlasPackage: WasmNotSendSync);

impl TlasPackage {
/// Construct TlasPackage consuming the Tlas (prevents modification of the Tlas without using this package).
/// (max_instances needs to fit into tlas)
pub fn new(tlas: Tlas) -> Self {
let max_instances = tlas.max_instances;
Self::new_with_instances(tlas, vec![None; max_instances as usize])
Expand Down

0 comments on commit e6eb770

Please sign in to comment.