[][src]Function mallumo_gls::raw::map_named_buffer_range

pub unsafe fn map_named_buffer_range(
    id: BufferId,
    offset: usize,
    length: usize,
    access: BufferMap
) -> Result<*mut c_void, Error>

Returns pointer to buffer memory

Every mapping is always COHERENT and PERSISTENT, this follows AZDO advices and examples