Skip to main content

Scratch

Type Alias Scratch 

Source
pub type Scratch = ScratchPool<128, 2048>;
Expand description

Default scratch pool: 128 buffers of 2048 frames each (1MB).

Aliased Typeยง

pub struct Scratch { /* private fields */ }