We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bevy_gaussian_splatting/src/render/mod.rs
Line 223 in 507a28d
usage: BufferUsages::INDIRECT | BufferUsages::COPY_DST | BufferUsages::STORAGE | BufferUsages::COPY_SRC, }); // TODO: (extract GaussianCloud, TextureBuffers) when feature buffer_texture is enabled Ok(GpuGaussianCloud { count, draw_indirect_buffer, #[cfg(feature = "debug_gpu")] debug_gpu: gaussian_cloud, #[cfg(feature = "packed")] packed: packed::prepare_cloud(render_device, &gaussian_cloud), #[cfg(feature = "buffer_storage")] planar: planar::prepare_cloud(render_device, &gaussian_cloud), }) } }
The text was updated successfully, but these errors were encountered:
mosure
No branches or pull requests
bevy_gaussian_splatting/src/render/mod.rs
Line 223 in 507a28d
The text was updated successfully, but these errors were encountered: