Skip to content

API Reference / @gtkx/gl / genProgramPipelines

Function: genProgramPipelines()

genProgramPipelines(n): number[]

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

void glGenProgramPipelines(GLsizei n, GLuint *pipelines)

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

n

number

GLsizei

Returns

number[]

pipelines (GLuint[], length n, object class program pipeline)

Released under the MPL-2.0 License.