Skip to content

API Reference / @gtkx/gl / isEnabled

Function: isEnabled()

isEnabled(cap): boolean

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

GLboolean glIsEnabled(GLenum cap)

Provided by GL_VERSION_1_0.

Parameters

cap

number

GLenum, group EnableCap

Returns

boolean

GLboolean

See

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

Released under the MPL-2.0 License.