Struct vg::ImageStore [−][src]
pub struct ImageStore<T>(_);Implementations
pub fn alloc<R: Renderer<Image = T>>(
&mut self,
renderer: &mut R,
info: ImageInfo
) -> Result<ImageId, ErrorKind>
Reallocates the image without changing the id.
