[][src]Crate web_glitz_buffer_vec

Implements growing web-glitz memory buffers for slices of data. Buffers are automatically reallocated on update when the length of the new data exceeds the current capacity of the buffer.

For generic data, see BufferVec. For data that may be bound as vertex index data in draw tasks, see IndexBufferVec.

Structs

BufferVec

A growable GPU buffer for data that may be used to store GPU accessiable data that may be used in WebGlitz tasks.

IndexBufferVec

A growable GPU buffer for data that may be used to specify vertex indices in a WebGlitz draw task.