Struct vulkano::descriptor::descriptor_set::StdDescriptorPoolAlloc [] [src]

pub struct StdDescriptorPoolAlloc { /* fields omitted */ }

A descriptor set allocated from a StdDescriptorPool.

Trait Implementations

impl DescriptorPoolAlloc for StdDescriptorPoolAlloc
[src]

[src]

Returns the inner unsafe descriptor set object.

[src]

Returns the inner unsafe descriptor set object.

impl Drop for StdDescriptorPoolAlloc
[src]

[src]

Executes the destructor for this type. Read more