Struct gfx::pso::PipelineState [] [src]

pub struct PipelineState<R: Resources, M>(_, _, _);

A strongly typed Pipleline State Object. See the module documentation for more information.

Methods

impl<R: Resources, M> PipelineState<R, M>
[src]

Create a new PSO from a raw handle and the "meta" instance.

Get a raw handle reference.

Get a "meta" struct reference. Can be used by the user to check what resources are actually used and what not.

Trait Implementations

impl<R: Clone + Resources, M: Clone> Clone for PipelineState<R, M>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources, M: Debug> Debug for PipelineState<R, M>
[src]

Formats the value using the given formatter.

impl<R: Eq + Resources, M: Eq> Eq for PipelineState<R, M>
[src]

impl<R: Hash + Resources, M: Hash> Hash for PipelineState<R, M>
[src]

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

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

impl<R: PartialEq + Resources, M: PartialEq> PartialEq for PipelineState<R, M>
[src]

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

This method tests for !=.