Type Definition solstice::buffer::MappedBuffer[][src]

type MappedBuffer = Mapped<Buffer, Ix1>;

Implementations

impl MappedBuffer[src]

pub fn with_buffer(
    ctx: &mut Context,
    size: usize,
    buffer_type: BufferType,
    usage: Usage
) -> Result<Self, GraphicsError>
[src]

pub fn unmap(&mut self, ctx: &mut Context)[src]