[][src]Trait amethyst_rendy::rendy::command::Usage

pub trait Usage: 'static + Copy + Default + Debug {
    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<NoSimultaneousUse>[src]

impl Usage for MultiShot<SimultaneousUse>[src]

impl Usage for NoSimultaneousUse[src]

impl Usage for OneShot[src]

Loading content...