Enum InvalidateEnum
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Type of GLControl invalidation.
public enum InvalidateEnum
Fields
None = 0Do not render.
RebuildModelAndRedraw = 2Render forcing regeneration of model through BuildModel.
RedrawOnly = 1Render without forcing BuildModel.