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

pub trait DescriptorPoolAlloc: Send + Sync {
    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