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

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

An allocated descriptor set.

Required methods

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

Returns the inner unsafe descriptor set object.

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

Returns the inner unsafe descriptor set object.

Loading content...

Implementors

impl DescriptorPoolAlloc for StdDescriptorPoolAlloc[src]

Loading content...