offscreen_gl_context 0.25.1

Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation.
Documentation
1
2
3
mod utils;
mod native_gl_context;
pub use self::native_gl_context::{NativeGLContext, NativeGLContextHandle};