Show / Hide Table of Contents

Enum PolygonMode

Used in GL.PolygonMode

Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum PolygonMode

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