Function nannou::ui::backend::glium::glium::texture::is_texture_2d_supported[][src]

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

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.