Skip to content

API Reference / @gtkx/gl / isProgramPipeline

Function: isProgramPipeline()

isProgramPipeline(pipeline): boolean

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

GLboolean glIsProgramPipeline(GLuint pipeline)

Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_separate_shader_objects Also provided by the GL_ARB_separate_shader_objects extension.

Parameters

pipeline

number

GLuint, object class program pipeline

Returns

boolean

boolean

Released under the MPL-2.0 License.