Skip to content

API Reference / @gtkx/gl / deleteProgramPipelines

Function: deleteProgramPipelines()

deleteProgramPipelines(n, pipelines): void

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

void glDeleteProgramPipelines(GLsizei n, const 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

pipelines

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length n, object class program pipeline

Returns

void

Released under the MPL-2.0 License.