iOSRenderingMode Enumeration
Represents the rendering mode for platform graphics.
Definition
Namespace: Avalonia
Assembly: Avalonia.iOS (in Avalonia.iOS.dll)
- C#
- VB
- F#
public enum iOSRenderingMode
Public Enumeration iOSRenderingMode
type iOSRenderingMode
Members
OpenGl | 1 | Enables EaGL rendering for iOS and tvOS. Not supported on macCatalyst. |
Metal | 2 | Enables Metal rendering for all apple targets. Not stable and currently only works on iOS. |