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

Returns the inner unsafe descriptor set object.

Returns the inner unsafe descriptor set object.

Implementors