Type Definition gfx::CopyBufferResult [−][src]
type CopyBufferResult = Result<(), CopyError<usize, usize>>;
Result type returned when copying a buffer into another buffer.
type CopyBufferResult = Result<(), CopyError<usize, usize>>;
Result type returned when copying a buffer into another buffer.