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

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

A program

Methods

impl<R> Program<R> where R: Resources

Get program info

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.

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

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