oxiphysics-gpu 0.1.0

GPU acceleration backends for the OxiPhysics engine
Documentation
1
2
3
4
5
6
7
8
9
10
//! Auto-generated module structure

pub mod functions;
pub mod registryerror_traits;
pub mod shadercompileoptions_traits;
pub mod types;

// Re-export all types
pub use functions::*;
pub use types::*;