Module buffer

Source
Expand description

Buffer is a type-agnostic data storage located directly in GPU memory. It could be considered as a data block which content is a pile of bytes, whose meaning is defined externally.

Enums§

BufferKind
GPU buffer kind.
BufferUsage
A hint for video driver that allows it to optimize buffer’s content for more efficient use.

Traits§

Buffer
Buffer is a type-agnostic data storage located directly in GPU memory. It could be considered as a data block which content is a pile of bytes, whose meaning is defined externally.