drawing_gl 0.4.0

OpenGL backend for 2D graphics library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod backend;
pub use backend::*;

mod gl_context_data;
pub use gl_context_data::*;

mod gl_render_target;
pub use gl_render_target::*;

mod gl_texture;
pub use gl_texture::*;

mod pipelines;
mod utils;