dynamis-gpu 0.4.2

GPU-driven physics engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod bucket;
mod buffer;
mod compute;
mod context;
mod count_args;
mod sort;

pub use bucket::GpuBucketSort;
pub use buffer::{GpuBuffer, GpuReadback};
pub use compute::{BindingKind, BindingSpec, ComputePipeline, ComputeRecorder};
pub use context::GpuContext;
pub use count_args::GpuCountArgs;
pub use sort::GpuSort;