[][src]Trait rendy_command::Reset

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

Specify flags required for command pool creation to allow individual buffer reset.

Required methods

fn flags(&self) -> CommandPoolCreateFlags

Get flags for reset parameter.

Loading content...

Implementors

Loading content...