useMetalDelegateForIOS property

void useMetalDelegateForIOS=(bool useMetal)

Set true to use Metal Delegate for iOS

Implementation

set useMetalDelegateForIOS(bool useMetal) {
  if (Platform.isIOS) {
    addDelegate(GpuDelegate());
  }
}