Skip to content

API Reference / @gtkx/gl / enable

Function: enable()

enable(cap): void

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

void glEnable(GLenum cap)

Provided by GL_VERSION_1_0.

Parameters

cap

number

GLenum, group EnableCap

Returns

void

See

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

Released under the MPL-2.0 License.