Skip to main content

EglDisplayOptions Class

Definition

Assembly:Avalonia.OpenGL
Package:Avalonia
public class EglDisplayOptions

Inheritance: object -> EglDisplayOptions

Constructors

NameDescription
EglDisplayOptionsNo summary available.

EglDisplayOptions Constructor

public EglDisplayOptions()

Properties

NameDescription
ContextLossIsDisplayLossNo summary available.
DeviceLostCheckCallbackNo summary available.
DisposeCallbackNo summary available.
EglNo summary available.
GlVersionsNo summary available.
SupportsContextSharingNo summary available.
SupportsMultipleContextsNo summary available.

ContextLossIsDisplayLoss Property

public bool ContextLossIsDisplayLoss { get; set; }

DeviceLostCheckCallback Property

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

DisposeCallback Property

public Action DisposeCallback { get; set; }

Egl Property

public Avalonia.OpenGL.Egl.EglInterface Egl { get; set; }

GlVersions Property

public System.Collections.Generic.IEnumerable<Avalonia.OpenGL.GlVersion> GlVersions { get; set; }

SupportsContextSharing Property

public bool SupportsContextSharing { get; set; }

SupportsMultipleContexts Property

public bool SupportsMultipleContexts { get; set; }