iOSRenderingMode Enum
Definition
Represents the rendering mode for platform graphics.
public enum iOSRenderingMode
Fields
| Name | Description |
|---|---|
| Metal | Enables Metal rendering for all apple targets. Not stable and currently only works on iOS. |
| OpenGl | Enables 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