Skip to content

Commit

Permalink
fix: mosure#38
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Nov 26, 2023
1 parent 4356f87 commit a3050c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ impl RenderAsset for GaussianCloud {

let count = gaussian_cloud.gaussians.len();

// TODO: keep draw_indirect at the gaussian cloud level
let draw_indirect_buffer = render_device.create_buffer(&BufferDescriptor {
label: Some("draw indirect buffer"),
size: std::mem::size_of::<wgpu::util::DrawIndirect>() as u64,
Expand Down

0 comments on commit a3050c3

Please sign in to comment.