pub fn check_limits(
    profile: RendererProfile,
    device_limits: &Limits
) -> Result<Limits, RendererInitializationError>
Expand description

Check that all required limits for a given profile are present in the given limit set.