Class EglContextDescriptor
public sealed class EglContextDescriptor : OpenGLContextDescriptor
- Inheritance
-
EglContextDescriptor
- Inherited Members
Properties
ClientApi
public OpenGLClientApi ClientApi { get; set; }
Property Value
Config
public NativePointer Config { get; set; }
Property Value
Display
public NativePointer Display { get; set; }
Property Value
GetProcAddress
public NativePointer GetProcAddress { get; set; }
Property Value
ShareContext
Context whose share group the session context joins. Required under Shared, where the session also takes its client API from this context, and null under Dedicated.
public NativePointer ShareContext { get; set; }