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