[][src]Trait gpu::backend::gl_context::HasGLContext

pub trait HasGLContext {
    fn gl_context(&self) -> GLContext;
}

A trait used for retrieving a GLContext.

Required methods

fn gl_context(&self) -> GLContext

Gets the GLContext.

Loading content...

Implementors

impl HasGLContext for Context[src]

Loading content...