[][src]Function glium::texture::is_texture_2d_supported

pub fn is_texture_2d_supported<C: ?Sized>(_: &C) -> bool where
    C: CapabilitiesSource

Returns true is two-dimensional textures are supported.

This is a dummy function that always returns true, as 2d textures are always supported. This function is just here for completeness.