[][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

impl Usage for MultiShot[src]

impl Usage for MultiShot<SimultaneousUse>[src]

impl Usage for NoSimultaneousUse[src]

impl Usage for OneShot[src]

Loading content...