Skip to content

API Reference / @gtkx/gl / isProgram

Function: isProgram()

isProgram(program): boolean

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

GLboolean glIsProgram(GLuint program)

Provided by GL_VERSION_2_0. GLX single opcode 197.

Parameters

program

number

GLuint, object class program

Returns

boolean

boolean

Released under the MPL-2.0 License.