Struct voodoo::PipelineLayoutBuilder [] [src]

pub struct PipelineLayoutBuilder<'b> { /* fields omitted */ }

A builder for PipelineLayout.

Methods

impl<'b> PipelineLayoutBuilder<'b>
[src]

[src]

Returns a new render pass builder.

[src]

Specifies a list of VkDescriptorSetLayout objects.

[src]

Specifies a list of VkPushConstantRange structures defining a set of push constant ranges for use in a single pipeline layout. In addition to descriptor set layouts, a pipeline layout also describes how many push constants can be accessed by each stage of the pipeline. Specifies a list of VkDescriptorSetLayout objects.

[src]

Creates and returns a new PipelineLayout

Trait Implementations

impl<'b> Debug for PipelineLayoutBuilder<'b>
[src]

[src]

Formats the value using the given formatter.

impl<'b> Clone for PipelineLayoutBuilder<'b>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more