Skip to content

API Reference / @gtkx/gl / useProgramStages

Function: useProgramStages()

useProgramStages(pipeline, stages, program): void

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

void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program)

Provided by GL_VERSION_4_1.

Parameters

pipeline

number

GLuint, object class program pipeline

stages

number

GLbitfield, group UseProgramStageMask

program

number

GLuint, object class program

Returns

void

See

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

Released under the MPL-2.0 License.