rotex-vulkan 0.1.1

A Vulkan backend for rotex_core
Documentation
1
2
3
4
5
6
7
8
9
pub mod backend;
pub mod bridge;
pub mod core;
pub mod error;

pub use backend::vulkan;
pub use bridge::VulkanBridge;
pub use error::{Error, ErrorKind, Severity};
pub use rotex_types;