EglDisplayCreationOptions Class
Definition
public class EglDisplayCreationOptions
Constructors
| Name | Description |
|---|---|
| EglDisplayCreationOptions | No summary available. |
EglDisplayCreationOptions Constructor
public EglDisplayCreationOptions()
Properties
| Name | Description |
|---|---|
| PlatformDisplay | No summary available. |
| PlatformDisplayAttrs | No summary available. |
| PlatformType | No summary available. |
| ContextLossIsDisplayLoss | Inherited from EglDisplayOptions. |
| DeviceLostCheckCallback | Inherited from EglDisplayOptions. |
| DisposeCallback | Inherited from EglDisplayOptions. |
| Egl | Inherited from EglDisplayOptions. |
| GlVersions | Inherited from EglDisplayOptions. |
| SupportsContextSharing | Inherited from EglDisplayOptions. |
| SupportsMultipleContexts | Inherited from EglDisplayOptions. |
PlatformDisplay Property
public IntPtr PlatformDisplay { get; set; }
PlatformDisplayAttrs Property
public int[] PlatformDisplayAttrs { get; set; }
PlatformType Property
public Nullable<int> PlatformType { get; set; }