phobos 0.10.0

Fast, powerful Vulkan abstraction library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Exposes all relevant abstractions for raytracing resources

pub use acceleration_structure::*;
pub use as_build_type::*;
pub use as_type::*;
pub use build_info::*;
pub use build_size::*;
pub use geometry::*;

pub mod acceleration_structure;
pub mod as_build_type;
pub mod as_type;
pub mod build_info;
pub mod build_size;
pub mod geometry;