Skip to main content

EglContextOptions Class

Definition

Assembly:Avalonia.OpenGL
Package:Avalonia
public class EglContextOptions

Inheritance: object -> EglContextOptions

Constructors

NameDescription
EglContextOptionsNo summary available.

EglContextOptions Constructor

public EglContextOptions()

Properties

NameDescription
DisposeCallbackNo summary available.
ExtraFeaturesNo summary available.
OffscreenSurfaceNo summary available.
ShareWithNo summary available.

DisposeCallback Property

public Action DisposeCallback { get; set; }

ExtraFeatures Property

public System.Collections.Generic.Dictionary<Type, Func<Avalonia.OpenGL.Egl.EglContext,object>> ExtraFeatures { get; set; }

OffscreenSurface Property

public Avalonia.OpenGL.Egl.EglSurface OffscreenSurface { get; set; }

ShareWith Property

public Avalonia.OpenGL.Egl.EglContext ShareWith { get; set; }