EglDisplayOptions Class
Definition
public class EglDisplayOptions
Constructors
| Name | Description |
|---|---|
| EglDisplayOptions | No summary available. |
EglDisplayOptions Constructor
public EglDisplayOptions()
Properties
| Name | Description |
|---|---|
| ContextLossIsDisplayLoss | No summary available. |
| DeviceLostCheckCallback | No summary available. |
| DisposeCallback | No summary available. |
| Egl | No summary available. |
| GlVersions | No summary available. |
| SupportsContextSharing | No summary available. |
| SupportsMultipleContexts | No 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; }