Flutter iOS Embedder
rendering_api_selection.h File Reference
#include <objc/runtime.h>
#include "flutter/fml/macros.h"

Go to the source code of this file.

Namespaces

 flutter
 

Macros

#define METAL_IOS_VERSION_BASELINE   10.0
 

Enumerations

enum  flutter::IOSRenderingAPI {
  flutter::IOSRenderingAPI::kSoftware,
  flutter::IOSRenderingAPI::kMetal
}
 
enum  flutter::IOSRenderingBackend {
  flutter::IOSRenderingBackend::kSkia,
  flutter::IOSRenderingBackend::kImpeller
}
 

Functions

IOSRenderingAPI flutter::GetRenderingAPIForProcess (bool force_software)
 
Class flutter::GetCoreAnimationLayerClassForRenderingAPI (IOSRenderingAPI rendering_api)
 

Macro Definition Documentation

◆ METAL_IOS_VERSION_BASELINE

#define METAL_IOS_VERSION_BASELINE   10.0

Definition at line 40 of file rendering_api_selection.h.