Struct redirect::pipeline::GraphicsPipelineState [] [src]

pub struct GraphicsPipelineState {
    pub ptr: ComPtr<ID3D12PipelineState>,
}

a graphics pipeline state object

Fields

Methods

impl GraphicsPipelineState
[src]

[src]

get the cached blob

Trait Implementations

impl DeviceChild for GraphicsPipelineState
[src]

[src]

get the parent device of self

impl Clone for GraphicsPipelineState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GraphicsPipelineState
[src]

[src]

Formats the value using the given formatter.

impl PipelineState for GraphicsPipelineState
[src]

[src]