Skip to content

API Reference / @gtkx/gl / isQuery

Function: isQuery()

isQuery(id): boolean

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

GLboolean glIsQuery(GLuint id)

Provided by GL_VERSION_1_5. Also known as glIsQueryARB. GLX single opcode 163.

Parameters

id

number

GLuint, object class query

Returns

boolean

boolean

Released under the MPL-2.0 License.