ResolvedMeshState

Type Alias ResolvedMeshState 

Source
pub type ResolvedMeshState<'a> = MeshState<'a, Arc<ShaderModule>>;

Aliased Type§

pub struct ResolvedMeshState<'a> {
    pub stage: ProgrammableStageDescriptor<'a, Arc<ShaderModule>>,
}

Fields§

§stage: ProgrammableStageDescriptor<'a, Arc<ShaderModule>>

The compiled mesh stage and its entry point.

Trait Implementations§

Source§

impl<'a> IntoTrace for ResolvedMeshState<'a>

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

type Output = MeshState<'a, PointerId<ShaderModule>>

Source§

fn into_trace(self) -> Self::Output

Source§

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