Trait vulkano::descriptor::descriptor_set::DescriptorPoolAlloc[][src]

pub trait DescriptorPoolAlloc {
    fn inner(&self) -> &UnsafeDescriptorSet;
fn inner_mut(&mut self) -> &mut UnsafeDescriptorSet; }

An allocated descriptor set.

Required methods

fn inner(&self) -> &UnsafeDescriptorSet[src]

Returns the inner unsafe descriptor set object.

fn inner_mut(&mut self) -> &mut UnsafeDescriptorSet[src]

Returns the inner unsafe descriptor set object.

Loading content...

Implementors

Loading content...