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.
impl<'a> IntoTrace for ResolvedGeneralRenderPipelineDescriptor<'a>
Available on crate feature
trace and (crate features trace or replay) only.