Struct voodoo::DeviceMemoryBuilder [] [src]

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

A builder for DeviceMemory.

Methods

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

[src]

Returns a new render pass builder.

[src]

Specifies the size of the allocation in bytes

[src]

Specifies the memory type index, which selects the properties of the memory to be allocated, as well as the heap the memory will come from.

[src]

Creates and returns a new DeviceMemory

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

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