Struct voodoo::FramebufferBuilder [] [src]

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

A builder for Framebuffer.

Methods

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

[src]

Returns a new render pass builder.

[src]

Reserved for future use.

[src]

Specifies a render pass that defines what render passes the framebuffer will be compatible with.

[src]

Specifies the image views, each of which will be used as the corresponding attachment in a render pass instance.

[src]

Specifies the width of the framebuffer.

[src]

Specifies the height of the framebuffer.

[src]

Specifies the number of layers of the framebuffer.

[src]

Creates and returns a new Framebuffer

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'b> Clone for FramebufferBuilder<'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 FramebufferBuilder<'b>

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