Skip to content

API Reference / @gtkx/gl / isQuery

Function: isQuery()

isQuery(id): boolean

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

GLboolean glIsQuery(GLuint id)

Provided by GL_VERSION_1_5.

Parameters

id

number

GLuint, object class query

Returns

boolean

GLboolean

See

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

Released under the MPL-2.0 License.