Struct redirect::pipeline::ComputePipelineState [] [src]

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

a pipeline state object

Fields

Methods

impl ComputePipelineState
[src]

[src]

get the cached blob

Trait Implementations

impl DeviceChild for ComputePipelineState
[src]

[src]

get the parent device of self

impl Clone for ComputePipelineState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ComputePipelineState
[src]

[src]

Formats the value using the given formatter.

impl PipelineState for ComputePipelineState
[src]

[src]