Struct gfx_core::shade::Program
[−]
[src]
pub struct Program<R: Resources> { /* fields omitted */ }A program
Methods
impl<R: Resources> Program<R>[src]
pub fn get_info(&self) -> &ProgramInfo[src]
Get program info
Trait Implementations
impl<R: Debug + Resources> Debug for Program<R> where
R::Program: Debug, [src]
R::Program: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<R: Resources + PartialEq> PartialEq for Program<R>[src]
fn eq(&self, other: &Program<R>) -> bool[src]
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[src]
This method tests for !=.