Struct gfx::handle::Program []

pub struct Program<R>(_, _) where R: Resources;

Program Handle

Methods

impl<R> Program<R> where R: Resources

Get program info

Trait Implementations

impl<R> Clone for Program<R> where R: Resources + Clone, R::Program: Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R> Debug for Program<R> where R: Resources + Debug, R::Program: Debug

Formats the value using the given formatter.

impl<R> PartialEq<Program<R>> for Program<R> where R: Resources + PartialEq<R>, R::Program: PartialEq<R::Program>

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.