[][src]Trait rendy_command::Usage

pub trait Usage: Copy + Default + Debug + 'static {
    fn flags(&self) -> CommandBufferFlags;
}

Type-level usage flags. It defines if buffer can be resubmitted without reset. Or even resubmitted while being executed.

Required methods

fn flags(&self) -> CommandBufferFlags

Flags required to begin command buffer.

Loading content...

Implementors

Loading content...