ResolvedGeneralRenderPipelineDescriptor

Type Alias ResolvedGeneralRenderPipelineDescriptor 

Source
pub type ResolvedGeneralRenderPipelineDescriptor<'a> = GeneralRenderPipelineDescriptor<'a, Arc<PipelineLayout>, Arc<ShaderModule>, Arc<PipelineCache>>;
Expand description

Not a public API. For use by player only.

cbindgen:ignore

Aliased Type§

pub struct ResolvedGeneralRenderPipelineDescriptor<'a> { /* private fields */ }

Trait Implementations§

Source§

impl<'a> IntoTrace for ResolvedGeneralRenderPipelineDescriptor<'a>

Available on crate feature trace and (crate features trace or replay) only.
Source§

type Output = GeneralRenderPipelineDescriptor<'a, PointerId<PipelineLayout>, PointerId<ShaderModule>, PointerId<PipelineCache>>

Source§

fn into_trace(self) -> Self::Output

Source§

fn to_trace(&self) -> Self::Output
where Self: Sized + Clone,