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§
- Buffer
Kind - GPU buffer kind.
- Buffer
Usage - 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.