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

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

An allocated descriptor set.

Required methods

Returns the inner unsafe descriptor set object.

Returns the inner unsafe descriptor set object.

Implementors