Struct gfx::shade::core::Program [] [src]

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

A program

Methods

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

[src]

Get program info

Trait Implementations

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

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

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

[src]

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

1.0.0
[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter.

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