Skip to main content

X11RenderingMode Enum

Definition

Namespace:Avalonia
Assembly:Avalonia.X11
Package:Avalonia.X11

Represents the rendering mode for platform graphics.

public enum X11RenderingMode

Inheritance: Enum -> X11RenderingMode

Fields

NameDescription
EglEnables native Linux EGL rendering.
GlxEnables Glx rendering.
SoftwareAvalonia is rendered into a framebuffer.
VulkanEnables Vulkan rendering

Egl Field

Enables native Linux EGL rendering.

public Avalonia.X11RenderingMode Egl

Glx Field

Enables Glx rendering.

public Avalonia.X11RenderingMode Glx

Software Field

Avalonia is rendered into a framebuffer.

public Avalonia.X11RenderingMode Software

Vulkan Field

Enables Vulkan rendering

public Avalonia.X11RenderingMode Vulkan