pub struct BufferPool { /* private fields */ }
Expand description

A wgpu::Buffer Pool (dynamic supply).

Implementations

Creates a new empty pool.

Upload contents to a vacant buffer.

Returns buffer index. If no vacant buffer is available, a new one is allocated.

Clears pool. Buffers are marked as vacant and reusable.

Get occupied buffer by index.

Get any (occupied and vacant) buffer by index.

Pool size (occupied + vacant)

Number of occupied buffers

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.