Function texture_storage_2d

Source
pub unsafe fn texture_storage_2d(
    texture: Texture,
    levels: i32,
    internal_format: TextureSizedInternalFormat,
    width: i32,
    height: i32,
)