Trait sierra::DescriptorsLayout[][src]

pub trait DescriptorsLayout {
    type Instance;
    fn new(device: &Device) -> Result<Self, OutOfMemory>
    where
        Self: Sized
;
fn instantiate(&self) -> Self::Instance; }

Associated Types

Loading content...

Required methods

fn new(device: &Device) -> Result<Self, OutOfMemory> where
    Self: Sized
[src]

fn instantiate(&self) -> Self::Instance[src]

Loading content...

Implementors

Loading content...