pub fn is_texture_2d_supported<C>(_: &C) -> boolwhere
    C: CapabilitiesSource + ?Sized,
Expand description

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.