GL.FrontFace Method

Definition

Overloads

FrontFace(FrontFaceDirection)
FrontFace(All)
Obsolete.

FrontFace(FrontFaceDirection)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glFrontFace", Version="2.0")]
public static void FrontFace (OpenTK.Graphics.ES20.FrontFaceDirection mode);
static member FrontFace : OpenTK.Graphics.ES20.FrontFaceDirection -> unit

Parameters

Attributes

Applies to

FrontFace(All)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glFrontFace", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void FrontFace (OpenTK.Graphics.ES20.All mode);
static member FrontFace : OpenTK.Graphics.ES20.All -> unit

Parameters

mode
All
Attributes

Applies to