phobos 0.10.0

Fast, powerful Vulkan abstraction library
Documentation
1
2
3
4
5
6
7
8
//! Exposes common Vulkan resources such as buffers and images.

pub mod buffer;
pub mod image;
pub mod pool;
pub mod query_pool;
pub mod raytracing;
pub mod sampler;