Skip to content

Commit

Permalink
fix accidental commenting out of blas in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Jan 28, 2024
1 parent f5c53ab commit 342b750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/ray_cube_compute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct Example {
uniform_buf: wgpu::Buffer,
vertex_buf: wgpu::Buffer,
index_buf: wgpu::Buffer,
//blas: rt::Blas,
blas: rt::Blas,
tlas_package: rt::TlasPackage,
compute_pipeline: wgpu::ComputePipeline,
compute_bind_group: wgpu::BindGroup,
Expand Down Expand Up @@ -537,7 +537,7 @@ impl crate::framework::Example for Example {
uniform_buf,
vertex_buf,
index_buf,
//blas,
blas,
tlas_package,
compute_pipeline,
compute_bind_group,
Expand Down

0 comments on commit 342b750

Please sign in to comment.