emulsion 8.0.0

A fast and minimalistic image viewer
1
2
3
4
5
pub static VERTEX_110: &str = include_str!("shaders/vertex_110.glsl");
pub static VERTEX_140: &str = include_str!("shaders/vertex_140.glsl");

pub static FRAGMENT_110: &str = include_str!("shaders/fragment_110.glsl");
pub static FRAGMENT_140: &str = include_str!("shaders/fragment_140.glsl");