Class DebugVtxMgr
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Debug object containing a vertex manager to allow create figures and
a gl control to allow invalidate the view.
Used for debug purpose.
public class DebugVtxMgr
- Inheritance
-
DebugVtxMgr
- Inherited Members
Constructors
DebugVtxMgr(GLVertexManager, GLControl, Action)
public DebugVtxMgr(GLVertexManager vtxMgr, GLControl glControl, Action invalidate)
Parameters
vtxMgr
GLVertexManagerglControl
GLControlinvalidate
Action
Properties
GLControl
public GLControl GLControl { get; }
Property Value
Invalidate
public Action Invalidate { get; }
Property Value
VtxMgr
public GLVertexManager VtxMgr { get; }