Struct vulkano::descriptor_set::persistent::PersistentDescriptorSet[][src]

pub struct PersistentDescriptorSet<P = StdDescriptorPoolAlloc> { /* fields omitted */ }
Expand description

A simple, immutable descriptor set that is expected to be long-lived.

Implementations

Starts the process of building a PersistentDescriptorSet. Returns a builder.

Trait Implementations

Returns the inner UnsafeDescriptorSet.

Returns the layout of this descriptor set.

Returns the resources bound to this descriptor set.

Creates a DescriptorSetWithOffsets with the given dynamic offsets.

Returns the device that owns Self.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Builds a pointer to this type from a raw pointer.

Returns true if the size is suitable to store a type like this.

Returns the size of an individual element.

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.