Struct asi_opengl::Program[][src]

pub struct Program(_);

A loaded GPU program.

Methods

impl Program
[src]

Load a shader program

Get a vertex data handle for this GPU program.

Get a uniform data handle for this GPU program.

Draw the elements.

Trait Implementations

impl Clone for Program
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Program

impl !Sync for Program