pub unsafe trait BeginInfo<'a, B: Backend, L> {
type PassRelation: RenderPassRelation<L>;
// Required method
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>;
}
Expand description
Begin info for specific level and render pass relation.
Required Associated Types§
Sourcetype PassRelation: RenderPassRelation<L>
type PassRelation: RenderPassRelation<L>
Pass relation type.
Required Methods§
Sourcefn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
Get command buffer inheritance info.