Home | History | Annotate | Download | only in functional

Lines Matching refs:activeUniforms

640 	glw::GLint activeUniforms, maxLen;
645 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORMS, &activeUniforms);
648 for (int idx = 0; idx < activeUniforms; idx++)