Type Definition rust_gl::GL[][src]

type GL = WebGl2RenderingContext;

Trait Implementations

impl GLError for GL[src]

fn error(&self) -> Result<(), Error>[src]

Retrive the current opengl error, if there is no error Ok(()) is returned.

type Error = Error