Show / Hide Table of Contents

Enum HintMode

Used in GL.Hint

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

Fields

Name Description
DontCare

Original was GL_DONT_CARE = 0x1100

Fastest

Original was GL_FASTEST = 0x1101

Nicest

Original was GL_NICEST = 0x1102

In This Article
Back to top Generated by DocFX