Type Definition gfx::CopyTextureBufferResult [] [src]

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

Result type returned when copying texture data into a buffer.