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.
Structs§
- GpuBuffer
Descriptor - Specifications for a buffer that are passed to
crate::server::GraphicsServer::create_bufferso that the server knows what buffer to create.
Enums§
- Buffer
Kind - GPU buffer kind, as used in
GpuBufferDescriptor. - Buffer
Usage - A hint for video driver that allows it to optimize buffer’s content for more efficient use.
Traits§
- GpuBuffer
AsAny - A base trait that provides useful methods for trait downcasting.
- GpuBuffer
Trait - 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.