phobos 0.10.0

Fast, powerful Vulkan abstraction library
Documentation
1
2
3
4
5
6
7
//! Provides utilities for interacting with the window and rendering frames.
//! If you are using a headless context, you can largely ignore this module.

pub mod frame;
pub mod surface;
pub mod swapchain;
pub mod window;