pel 0.1.0

OpenGL backed framebuffer
Documentation
1
2
3
4
5
6
7
8
9
mod program;
mod shader;
mod texture;
mod util;

pub(crate) use program::Program;
pub(crate) use shader::Shader;
pub(crate) use texture::Texture;
pub use texture::TextureHandle;