Skip to content

API Reference / @gtkx/gl / validateProgramPipeline

Function: validateProgramPipeline()

validateProgramPipeline(pipeline): void

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

void glValidateProgramPipeline(GLuint pipeline)

Provided by GL_VERSION_4_1.

Parameters

pipeline

number

GLuint, object class program pipeline

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glValidateProgramPipeline.xhtml

Released under the MPL-2.0 License.