dynamis-gpu 0.1.1

GPU-driven physics engine
Documentation
1
2
3
4
5
6
7
mod buffer;
mod compute;
mod context;

pub use buffer::GpuBuffer;
pub use compute::{BindingKind, BindingSpec, ComputePipeline};
pub use context::GpuContext;