Struct offscreen_gl_context::NativeGLContext [] [src]

pub struct NativeGLContext { /* fields omitted */ }

Methods

impl NativeGLContext
[src]

Trait Implementations

impl Drop for NativeGLContext
[src]

A method called when the value goes out of scope. Read more

impl NativeGLContextMethods for NativeGLContext
[src]

Just a somewhat dirty hack to special-case the handling of context unbinding on old OSMesa versions. Read more