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

Function glColorTable

source/glbinding/source/gl/functions_c.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
587{
588 return glbinding::Binding::ColorTable(target, internalformat, width, format, type, table);
589}
590
591void glColorTableEXT(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void * table)
592{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected