Table of Contents

Interface IGLContextObject

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll

General inteface for objects that carrier a reference to Gl context.

public interface IGLContextObject

Properties

GLContext

GLContext GLContext { get; }

Property Value

GLContext

See Also