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

pub trait Level: 'static + Copy + Default + Debug {
    fn raw_level(&self) -> Level;
}

Type-level buffer level flag. It defines whether buffer can be submitted to the command queues or executed as part of the primary buffers.

Required methods

fn raw_level(&self) -> Level

Get raw level value for command buffer allocation.

Loading content...

Implementors

impl Level for PrimaryLevel[src]

impl Level for SecondaryLevel[src]

Loading content...