Struct gfx_core::HullShader [] [src]

pub struct HullShader<R: Resources>(_);

Methods

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

Trait Implementations

impl<R: Clone + Resources> Clone for HullShader<R>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

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

Feeds a slice of this type into the state provided.

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

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

This method tests for !=.