[][src]Trait dxplr::d3d12::IPipelineState

pub trait IPipelineState: IPageable {
    fn get_cached_blob(&self) -> Result<Blob, HResult>;
}

Required methods

Loading content...

Implementors

impl IPipelineState for PipelineState[src]

Loading content...