Show / Hide Table of Contents

Enum MeshMode2

Used in GL.EvalMesh2

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum MeshMode2

Fields

Name Description
Fill

Original was GL_FILL = 0x1B02

Line

Original was GL_LINE = 0x1B01

Point

Original was GL_POINT = 0x1B00

In This Article
Back to top Generated by DocFX