Type Definition gfx::CopyBufferResult

source ·
pub type CopyBufferResult = Result<(), CopyError<usize, usize>>;
Expand description

Result type returned when copying a buffer into another buffer.