API Reference / @gtkx/gl / bindProgramPipeline
Function: bindProgramPipeline()
bindProgramPipeline(
pipeline):void
Defined in: generated/commands.d.ts:241
void glBindProgramPipeline(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
void