Home | History | Annotate | Download | only in glshared

Lines Matching refs:blockIndices

1216 		std::vector<int>		blockIndices	(numActiveUniforms);
1226 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFORM_BLOCK_INDEX, &blockIndices[0]);
1257 entry.blockNdx = blockIndices[uniformNdx];