Struct gfx_core::shade::Program [] [src]

pub struct Program<R: Resources> { /* fields omitted */ }

A program

Methods

impl<R: Resources> Program<R>
[src]

Get program info

Trait Implementations

impl<R: Debug + Resources> Debug for Program<R> where
    R::Program: Debug
[src]

Formats the value using the given formatter.

impl<R: Resources + PartialEq> PartialEq for Program<R>
[src]

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

This method tests for !=.

impl<R: Resources + Eq> Eq for Program<R>
[src]

impl<R: Resources + Hash> Hash for Program<R>
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.