Skip to content

API Reference / @gtkx/gl / uniformSubroutinesuiv

Function: uniformSubroutinesuiv()

uniformSubroutinesuiv(shadertype, count, indices): void

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

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

Provided by GL_VERSION_4_0.

Parameters

shadertype

number

GLenum, group ShaderType

count

number

GLsizei

indices

number[] | Uint32Array<ArrayBufferLike>

const GLuint *, length count

Returns

void

See

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

Released under the MPL-2.0 License.