Show / Hide Table of Contents

Enum HintMode

Used in GL.Hint

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.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

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX