Type Definition gfx::CopyBufferTextureResult

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

Result type returned when copying buffer data into a texture.