Module luminance::buffer [] [src]

Static GPU typed arrays.

A GPU buffer is a typed continuous region of data. It has a size and can hold several elements.

Structs

Buffer

A Buffer is a GPU region you can picture as an array. It has a static size and cannot be resized. The size is expressed in number of elements lying in the buffer, not in bytes.

Enums

BufferError

Buffer errors.

Traits

HasBuffer

Implement this trait to provide buffers.