Skip to main content

ImageReadBuffer

Type Alias ImageReadBuffer 

Source
pub type ImageReadBuffer<T> = ImageBuffer<MappedBufferTag<T>>;
Expand description

Buffer for reading data back from the GPU

Once mapped, this is wrapped by a MappedImage

Aliased Typeยง

pub struct ImageReadBuffer<T> { /* private fields */ }