Type Definition gfx::CopyBufferTextureResult [] [src]

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

Result type returned when copying buffer data into a texture.