Struct gfx::device::handle::Program [] [src]

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

Program Handle

Methods

impl<R: Resources> Program<R>

fn get_info(&self) -> &ProgramInfo

Get program info

Trait Implementations

Derived Implementations

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

fn eq(&self, __arg_0: &Program<R>) -> bool

fn ne(&self, __arg_0: &Program<R>) -> bool

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

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

fn clone(&self) -> Program<R>

fn clone_from(&mut self, source: &Self)