Class WglContextDescriptor
public sealed class WglContextDescriptor : OpenGLContextDescriptor
- Inheritance
-
WglContextDescriptor
- Inherited Members
Properties
DeviceContext
public NativePointer DeviceContext { get; set; }
Property Value
GetProcAddress
public NativePointer GetProcAddress { get; set; }
Property Value
ShareContext
Context whose share group the session context joins. Required under Shared, and null under Dedicated.
public NativePointer ShareContext { get; set; }