Skip to content

API Reference / @gtkx/gl / uniformSubroutinesuiv

Function: uniformSubroutinesuiv()

uniformSubroutinesuiv(shadertype, count, indices): void

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

void glUniformSubroutinesuiv(GLenum shadertype, GLsizei count, const GLuint *indices)

Provided by GL_VERSION_4_0. Registry note: Reuse ARB_shader_subroutine Also provided by the GL_ARB_shader_subroutine extension.

Parameters

shadertype

number

ShaderType

count

number

GLsizei

indices

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length count

Returns

void

Released under the MPL-2.0 License.