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.