Skip to content

API Reference / @gtkx/gl / getUniformSubroutineuiv

Function: getUniformSubroutineuiv()

getUniformSubroutineuiv(shadertype, location): number

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

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

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

location

number

GLint

Returns

number

params (GLuint)

Released under the MPL-2.0 License.