MCPcopy Create free account
hub / github.com/cginternals/glbinding / glColorTableParameteriv

Function glColorTableParameteriv

source/glbinding/source/gl/functions_c.cpp:606–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params)
607{
608 return glbinding::Binding::ColorTableParameteriv(target, pname, params);
609}
610
611void glColorTableParameterivSGI(GLenum target, GLenum pname, const GLint * params)
612{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected