flatbox_render 0.1.0

Provides rendering functionality for Flatbox engine
Documentation
1
2
3
4
5
6
7
pub mod buffer;
pub mod shader;

pub trait GlInitFunction: FnMut(&'static str) -> *const std::ffi::c_void {}
impl<F> GlInitFunction for F
where 
    F: FnMut(&'static str) -> *const std::ffi::c_void {}