dynamis-gpu 0.2.0

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

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