Skip to content

API Reference / @gtkx/gl / isEnabledi

Function: isEnabledi()

isEnabledi(target, index): boolean

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

GLboolean glIsEnabledi(GLenum target, GLuint index)

Provided by GL_VERSION_3_0.

Parameters

target

number

GLenum, group EnableCap

index

number

GLuint

Returns

boolean

GLboolean

See

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

Released under the MPL-2.0 License.