pub type Scratch = ScratchPool<8, 2048>;Expand description
Default scratch pool: 8 buffers of 2048 frames each (64KB).
Aliased Typeยง
pub struct Scratch { /* private fields */ }pub type Scratch = ScratchPool<8, 2048>;Default scratch pool: 8 buffers of 2048 frames each (64KB).
pub struct Scratch { /* private fields */ }