Show / Hide Table of Contents

Enum ShadingModel

Used in GL.ShadeModel

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

Fields

Name Description
Flat

Original was GL_FLAT = 0x1D00

Smooth

Original was GL_SMOOTH = 0x1D01

In This Article
Back to top Generated by DocFX