(
GLuint ( program ) , GLenum ( shadertype ) , const GLchar *( name ))-> GLint
Parameters Variables Description programSpecifies the name of the program containing shader stage.
shadertypeSpecifies the shader stage from which to query for subroutine uniform index.
shadertypemust be one of
GL_VERTEX_SHADER,
GL_TESS_CONTROL_SHADER,
GL_TESS_EVALUATION_SHADER,
GL_GEOMETRY_SHADERor
GL_FRAGMENT_SHADER.
nameSpecifies the name of the subroutine uniform whose index to query.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4