pub struct PipelineLayout<L> { /* private fields */ }
Expand description

Wrapper around the PipelineLayout Vulkan object. Describes to the Vulkan implementation the descriptor sets and push constants available to your shaders

Implementations

Creates a new PipelineLayout.

Panic
  • Panics if one of the layout returned by provided_set_layout() belongs to a different device than the one passed as parameter.

Returns the description of the pipeline layout.

Trait Implementations

Formats the value using the given formatter. Read more
Returns the device that owns Self.
Executes the destructor for this type. Read more
Returns an opaque object that allows internal access to the pipeline layout. Read more
Returns the UnsafeDescriptorSetLayout object of the specified set index. Read more
Returns the number of sets in the layout. Includes possibly empty sets. Read more
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
Returns the number of push constant ranges of the layout.
Returns a description of the given push constants range. Read more
If the PipelineLayoutDesc implementation is able to provide an existing UnsafeDescriptorSetLayout for a given set, it can do so by returning it here. Read more
Builds the union of this layout and another.
Checks whether this description fulfills the device limits requirements.
Turns the layout description into a PipelineLayout object that can be used by Vulkan. Read more

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 argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.