Win32RenderingMode Enumeration
Represents the rendering mode for platform graphics.
Definition
Namespace: Avalonia
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)
- C#
- VB
- F#
public enum Win32RenderingMode
Public Enumeration Win32RenderingMode
type Win32RenderingMode
Members
Software | 1 | Avalonia is rendered into a framebuffer. |
AngleEgl | 2 | Enables ANGLE EGL for Windows with GPU rendering. |
Wgl | 3 | Avalonia would try to use native Widows OpenGL with GPU rendering. |
Vulkan | 4 | Avalonia would try to use native Widows Vulkan with GPU rendering. |