Function glium::texture::is_texture_2d_supported
[−]
[src]
pub fn is_texture_2d_supported<C>(_: &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.