Struct gfx::shade::core::Program
[−]
pub struct Program<R> where
R: Resources, { /* fields omitted */ }A program
Methods
impl<R> Program<R> where
R: Resources,
R: Resources,
fn get_info(&self) -> &ProgramInfo
Get program info
Trait Implementations
impl<R> Eq for Program<R> where
R: Resources + Eq,
R: Resources + Eq,
impl<R> PartialEq<Program<R>> for Program<R> where
R: Resources + PartialEq<R>,
R: Resources + PartialEq<R>,
fn eq(&self, other: &Program<R>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl<R> Hash for Program<R> where
R: Resources + Hash,
R: Resources + Hash,
impl<R> Debug for Program<R> where
R: Resources + Debug,
R::Program: Debug,
R: Resources + Debug,
R::Program: Debug,