Struct gfx::VertexShader []

pub struct VertexShader<R>(_)
where
    R: Resources
;

Methods

impl<R> VertexShader<R> where
    R: Resources

Trait Implementations

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

impl<R> PartialEq<VertexShader<R>> for VertexShader<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> Clone for VertexShader<R> where
    R: Resources + Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Feeds a slice of this type into the state provided.

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

Formats the value using the given formatter.