rendy_command

Trait RenderPassRelation

Source
pub trait RenderPassRelation<L>:
    Copy
    + Default
    + Debug
    + 'static {
    // Required method
    fn flags(&self) -> CommandBufferFlags;
}
Expand description

Trait implemented for type-level render pass relation flags. RenderPassContinue and OutsideRenderPass.

Required Methods§

Source

fn flags(&self) -> CommandBufferFlags

Flags required to begin command buffer.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§