pub fn check_features(
    profile: RendererProfile,
    device: Features
) -> Result<Features, RendererInitializationError>
Expand description

Check that all required features for a given profile are present in the feature set given.