Table of Contents

Class EglContextOptions

Namespace
Avalonia.OpenGL.Egl
Assembly
Avalonia.OpenGL.dll
public class EglContextOptions
Inheritance
EglContextOptions
Inherited Members

Constructors

EglContextOptions()

public EglContextOptions()

Properties

DisposeCallback

public Action? DisposeCallback { get; set; }

Property Value

Action

ExtraFeatures

public Dictionary<Type, Func<EglContext, object>>? ExtraFeatures { get; set; }

Property Value

Dictionary<Type, Func<EglContext, object>>

OffscreenSurface

public EglSurface? OffscreenSurface { get; set; }

Property Value

EglSurface

ShareWith

public EglContext? ShareWith { get; set; }

Property Value

EglContext