Skip to main content

iOSRenderingMode Enum

Definition

Namespace:Avalonia
Assembly:Avalonia.iOS
Package:Avalonia.iOS

Represents the rendering mode for platform graphics.

public enum iOSRenderingMode

Inheritance: Enum -> iOSRenderingMode

Fields

NameDescription
MetalEnables Metal rendering for all apple targets. Not stable and currently only works on iOS.
OpenGlEnables EaGL rendering for iOS and tvOS. Not supported on macCatalyst.

Metal Field

Enables Metal rendering for all apple targets. Not stable and currently only works on iOS.

public Avalonia.iOSRenderingMode Metal

OpenGl Field

Enables EaGL rendering for iOS and tvOS. Not supported on macCatalyst.

public Avalonia.iOSRenderingMode OpenGl