EglContextOptions Class
Definition
public class EglContextOptions
Constructors
| Name | Description |
|---|---|
| EglContextOptions | No summary available. |
EglContextOptions Constructor
public EglContextOptions()
Properties
| Name | Description |
|---|---|
| DisposeCallback | No summary available. |
| ExtraFeatures | No summary available. |
| OffscreenSurface | No summary available. |
| ShareWith | No 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; }