[][src]Function mallumo_gls::raw::texture_subimage_1d

pub unsafe fn texture_subimage_1d<T>(
    texture: TextureId,
    level: usize,
    offset: usize,
    width: usize,
    format: TextureFormat,
    data_type: u32,
    pixels: &[T]
) -> Result<(), Error>