Struct asi_opengl::OpenGL[][src]

pub struct OpenGL(_);

The OpenGL context.

Methods

impl OpenGL
[src]

Set the color for clear.

Update the screen

Enable something

Disable something

Configure blending

Create a new texture.

Update the viewport.

Trait Implementations

impl Clone for OpenGL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for OpenGL

impl !Sync for OpenGL