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

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

An allocated descriptor set.

Required methods

fn inner(&self) -> &UnsafeDescriptorSet

Returns the inner unsafe descriptor set object.

fn inner_mut(&mut self) -> &mut UnsafeDescriptorSet

Returns the inner unsafe descriptor set object.

Loading content...

Implementors

impl DescriptorPoolAlloc for StdDescriptorPoolAlloc[src]

Loading content...