Struct voodoo::BufferBuilder [] [src]

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

A builder for Buffer.

Methods

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

[src]

Returns a new render pass builder.

[src]

Specifies additional parameters of the buffer.

[src]

Specifies the size in bytes of the buffer to be created.

[src]

Specifies allowed usages of the buffer.

[src]

Specifies the sharing mode of the buffer when it will be accessed by multiple queue families.

[src]

Specifies a list of queue families that will access this buffer (ignored if sharing_mode is not VK_SHARING_MODE_CONCURRENT).

[src]

Creates and returns a new Buffer

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more