Table of Contents

Class ContextServices

Namespace
ReFuel.Graphics.OpenGL
Assembly
ReFuel.dll

A holding class for context specific serviceList.

public class ContextServices : IDisposable
Inheritance
ContextServices
Implements
Inherited Members

Properties

Extensions

public Extensions Extensions { get; }

Property Value

Extensions

GlDebug

public GLDebug? GlDebug { get; }

Property Value

GLDebug

Window

public NativeWindow Window { get; }

Property Value

NativeWindow

Methods

CreateServices(NativeWindow)

public static void CreateServices(NativeWindow window)

Parameters

window NativeWindow

CurrentContext()

public static ContextServices CurrentContext()

Returns

ContextServices

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()