pub type CopyTextureBufferResult = Result<(), CopyError<[Size; 3], usize>>;Expand description
Result type returned when copying texture data into a buffer.
Aliased Type§
pub enum CopyTextureBufferResult {
Ok(()),
Err(CopyError<[u16; 3], usize>),
}