Trait gbm::WritableMappedBufferObject [] [src]

pub trait WritableMappedBufferObject<'a>: ReadableMappedBufferObject<'a> {
    fn buffer_mut(&'a mut self) -> &'a mut [u8];
}

Common functionality for all writable mapped buffer objects

Required Methods

Mutable access to the underlying image buffer

Implementors