Show / Hide Table of Contents

Enum FrontFaceDirection

Used in GL.FrontFace

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

Fields

Name Description
Ccw

Original was GL_CCW = 0x0901

Cw

Original was GL_CW = 0x0900

In This Article
Back to top Generated by DocFX