Type Definition gfx::CopyTextureBufferResult

source ·
pub type CopyTextureBufferResult = Result<(), CopyError<[Size; 3], usize>>;
Expand description

Result type returned when copying texture data into a buffer.