Module librashader_runtime::ringbuffer
source · Expand description
Ringbuffer helpers
Structs
- A ring buffer that stores its contents in a box
- A ring buffer that stores its contents inline.
Traits
- General trait for ring buffers.
Ringbuffer helpers