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

pub struct FixedSizeDescriptorSet<R> { /* fields omitted */ }
Expand description

A descriptor set created from a FixedSizeDescriptorSetsPool.

Trait Implementations

Returns the inner UnsafeDescriptorSet.

Returns the number of buffers within this descriptor set.

Returns the indexth buffer of this descriptor set, or None if out of range. Also returns the index of the descriptor that uses this buffer. Read more

Returns the number of images within this descriptor set.

Returns the indexth image of this descriptor set, or None if out of range. Also returns the index of the descriptor that uses this image. Read more

Returns the number of binding slots in the set.

Returns a description of a descriptor, or None if out of range.

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.

Returns the number of descriptors in the set. Includes possibly empty descriptors. Read more

Returns the descriptor for the given binding of the given set. Read more

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.