pub type ResolvedFragmentState<'a> = FragmentState<'a, Arc<ShaderModule>>;Expand description
cbindgen:ignore
Aliased Type§
pub struct ResolvedFragmentState<'a> {
pub stage: ProgrammableStageDescriptor<'a, Arc<ShaderModule>>,
pub targets: Cow<'a, [Option<ColorTargetState>]>,
}Fields§
§stage: ProgrammableStageDescriptor<'a, Arc<ShaderModule>>The compiled fragment stage and its entry point.
targets: Cow<'a, [Option<ColorTargetState>]>The effect of draw calls on the color aspect of the output target.
Trait Implementations§
Source§impl<'a> IntoTrace for ResolvedFragmentState<'a>
Available on crate feature trace and (crate features trace or replay) only.
impl<'a> IntoTrace for ResolvedFragmentState<'a>
Available on crate feature
trace and (crate features trace or replay) only.