Skip to main content

OutputBuffers

Type Alias OutputBuffers 

Source
pub type OutputBuffers = Vec<Vec<u8>>;
Expand description

Output of one dispatch: a vector per output buffer slot, each vector holding the raw bytes read back from the GPU. Consumers decode the bytes per the Program’s output buffer declarations. The outer vec is indexed in the same order as the Program’s is_output: true buffers.

Aliased Type§

pub struct OutputBuffers { /* private fields */ }