[][src]Function mallumo_gls::raw::texture_storage_1d

pub unsafe fn texture_storage_1d(
    texture: TextureId,
    levels: usize,
    internal_format: TextureInternalFormat,
    width: usize
) -> Result<(), Error>