[][src]Trait rendy_command::Level

pub trait Level: Copy + Default + Debug + 'static {
    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...