use crateDimensions;
/// Combined renderer context required by Cotis integrations.
///
/// This is a marker supertrait over [`CotisWindowContext`] and
/// [`CotisFrameContext`]. Any type that implements both subtraits automatically
/// implements this trait as well; renderers only need to implement window
/// dimensions and delta time.
/// Provides current window dimensions in pixels.
/// Provides frame timing data.