Class ContextServices
A holding class for context specific serviceList.
public class ContextServices : IDisposable
- Inheritance
-
ContextServices
- Implements
- Inherited Members
Properties
Extensions
public Extensions Extensions { get; }
Property Value
GlDebug
public GLDebug? GlDebug { get; }
Property Value
Window
public NativeWindow Window { get; }
Property Value
Methods
CreateServices(NativeWindow)
public static void CreateServices(NativeWindow window)
Parameters
window
NativeWindow
CurrentContext()
public static ContextServices CurrentContext()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()