Skip to content

API Reference / @gtkx/gl / frontFace

Function: frontFace()

frontFace(mode): void

Defined in: generated/commands.d.ts:1980

void glFrontFace(GLenum mode)

Provided by GL_VERSION_1_0.

Parameters

mode

number

GLenum, group FrontFaceDirection

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glFrontFace.xhtml

Released under the MPL-2.0 License.