MCPcopy Create free account
hub / github.com/cginternals/globjects / getActiveUniforms

Method getActiveUniforms

source/globjects/source/Program.cpp:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void Program::getActiveUniforms(const GLsizei uniformCount, const GLuint * uniformIndices, const GLenum pname, GLint * params) const
364{
365 checkDirty();
366
367 glGetActiveUniformsiv(id(), uniformCount, uniformIndices, pname, params);
368}
369
370std::vector<GLint> Program::getActiveUniforms(const std::vector<GLuint> & uniformIndices, const GLenum pname) const
371{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected