Struct voodoo::RenderPassBuilder [] [src]

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

A builder for RenderPass.

Methods

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

[src]

Returns a new render pass builder.

[src]

pAttachments points to an array of attachmentCount number of VkAttachmentDescription structures describing properties of the attachments, or NULL if attachmentCount is zero.

[src]

pSubpasses points to an array of subpassCount number of VkSubpassDescription structures describing properties of the subpasses.

[src]

pDependencies points to an array of dependencyCount number of VkSubpassDependency structures describing dependencies between pairs of subpasses, or NULL if dependencyCount is zero.

[src]

Builds and returns a new RenderPass

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'b> !Send for RenderPassBuilder<'b>

impl<'b> !Sync for RenderPassBuilder<'b>