[][src]Type Definition gfx::CopyTextureBufferResult

type CopyTextureBufferResult = Result<(), CopyError<[Size; 3], usize>>;

Result type returned when copying texture data into a buffer.