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 */ }pub type ImageReadBuffer<T> = ImageBuffer<MappedBufferTag<T>>;Buffer for reading data back from the GPU
Once mapped, this is wrapped by a MappedImage
pub struct ImageReadBuffer<T> { /* private fields */ }