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

Function glColorTableEXT

source/glbinding/source/gl/functions_c.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void glColorTableEXT(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void * table)
592{
593 return glbinding::Binding::ColorTableEXT(target, internalFormat, width, format, type, table);
594}
595
596void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params)
597{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected