Struct glw::GLContext[][src]

pub struct GLContext {}

wrapper around raw opengl calls to interface with the graphics API

Methods

impl GLContext
[src]

Set's the current active viewport

Clears the current bound render target

Binds a shader program

Binds a render target for drawing

Auto Trait Implementations

impl Send for GLContext

impl Sync for GLContext