EglPlatformGraphics Class
Definition
public class EglPlatformGraphics
Constructors
| Name | Description |
|---|---|
| EglPlatformGraphics | No summary available. |
EglPlatformGraphics Constructor
public EglPlatformGraphics(Avalonia.OpenGL.Egl.EglDisplay display)
Parameters
display Avalonia.OpenGL.Egl.EglDisplay
Methods
| Name | Description |
|---|---|
| CreateContext | No summary available. |
| GetSharedContext | No summary available. |
| TryCreate (2 overloads) | No summary available. |
CreateContext Method
public Avalonia.Platform.IPlatformGraphicsContext CreateContext()
Returns
GetSharedContext Method
public Avalonia.Platform.IPlatformGraphicsContext GetSharedContext()
Returns
TryCreate overloads
TryCreate Method
public Avalonia.OpenGL.Egl.EglPlatformGraphics TryCreate()
Returns
TryCreate Method
public Avalonia.OpenGL.Egl.EglPlatformGraphics TryCreate(Func<Avalonia.OpenGL.Egl.EglDisplay> displayFactory)
Parameters
displayFactory Func<Avalonia.OpenGL.Egl.EglDisplay>
Returns
Properties
| Name | Description |
|---|---|
| UsesSharedContext | No summary available. |
UsesSharedContext Property
public bool UsesSharedContext { get; set; }