Module buffer

Source
Expand description

Buffers for allocating memory on the GPU.

Structs§

Buffer
Buffer for storing vertex data on the GPU.
BufferBuilder
A buffer is a block of memory that can be used to store data that can be accessed by the GPU. The buffer is created with a length, usage, and properties that determine how the buffer can be used.

Enums§

BufferType
The type of buffers that can be allocated on the GPU.

Type Aliases§

Properties
Usage