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

Function glColorTableParameterfv

source/glbinding/source/gl/functions_c.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params)
597{
598 return glbinding::Binding::ColorTableParameterfv(target, pname, params);
599}
600
601void glColorTableParameterfvSGI(GLenum target, GLenum pname, const GLfloat * params)
602{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected