Skip to content

API Reference / @gtkx/gl / createProgramPipelines

Function: createProgramPipelines()

createProgramPipelines(n): number[]

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

void glCreateProgramPipelines(GLsizei n, GLuint *pipelines)

Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Program Pipeline object functions.

Parameters

n

number

GLsizei

Returns

number[]

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

Released under the MPL-2.0 License.