Class EglContextOptions
public class EglContextOptions
- Inheritance
-
EglContextOptions
- Inherited Members
Constructors
EglContextOptions()
public EglContextOptions()
Properties
DisposeCallback
public Action? DisposeCallback { get; set; }
Property Value
ExtraFeatures
public Dictionary<Type, Func<EglContext, object>>? ExtraFeatures { get; set; }
Property Value
OffscreenSurface
public EglSurface? OffscreenSurface { get; set; }
Property Value
ShareWith
public EglContext? ShareWith { get; set; }