Table of Contents

Class EglDisplayOptions

Namespace
Avalonia.OpenGL.Egl
Assembly
Avalonia.OpenGL.dll
public class EglDisplayOptions
Inheritance
EglDisplayOptions
Derived
Inherited Members

Constructors

EglDisplayOptions()

public EglDisplayOptions()

Properties

ContextLossIsDisplayLoss

public bool ContextLossIsDisplayLoss { get; set; }

Property Value

bool

DeviceLostCheckCallback

public Func<bool>? DeviceLostCheckCallback { get; set; }

Property Value

Func<bool>

DisposeCallback

public Action? DisposeCallback { get; set; }

Property Value

Action

Egl

public EglInterface? Egl { get; set; }

Property Value

EglInterface

GlVersions

public IEnumerable<GlVersion>? GlVersions { get; set; }

Property Value

IEnumerable<GlVersion>

SupportsContextSharing

public bool SupportsContextSharing { get; set; }

Property Value

bool

SupportsMultipleContexts

public bool SupportsMultipleContexts { get; set; }

Property Value

bool