tridify-rs 0.2.2

Fast wgpu render framework that aims to simplify rendering pipelines. Currently under heavy development.
Documentation
1
2
3
4
5
6
7
8
// #![feature(coerce_unsized)]
// #![feature(unsize)]

mod core;
mod render;

pub use crate::core::*;
pub use render::*;