Table of Contents

Delegate GLBuildModelDelegate

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

Build model action that will executed each time the model requires a full rebuild because invalidated.

public delegate void GLBuildModelDelegate(GLControl glControl, bool initialCall)

Parameters

glControl GLControl

GL control belonging to model that requires rebuild.

initialCall bool

True is this is the first-est call to the build model.