miel 0.2.0

A simple rendering framework leveraging the Vulkan API
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod allocator;
pub(crate) mod debug;
pub(crate) mod device;
pub(crate) mod instance;
pub(crate) mod surface;
pub(crate) mod swapchain;

pub mod commands;
pub mod context;
pub mod image;
pub mod render_graph;