Skip to content

API Reference / @gtkx/gl / validateProgramPipeline

Function: validateProgramPipeline()

validateProgramPipeline(pipeline): void

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

void glValidateProgramPipeline(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

Released under the MPL-2.0 License.