Skip to content

API Reference / @gtkx/gl / getUniformSubroutineuiv

Function: getUniformSubroutineuiv()

getUniformSubroutineuiv(shadertype, location): number

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

void glGetUniformSubroutineuiv(GLenum shadertype, GLint location, GLuint *params)

Provided by GL_VERSION_4_0.

Parameters

shadertype

number

GLenum, group ShaderType

location

number

GLint

Returns

number

params (GLuint *)

See

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

Released under the MPL-2.0 License.