[][src]Function mallumo_gls::raw::texture_storage_3d

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