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

Function glColorTableSGI

source/glbinding/source/gl/functions_c.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
617{
618 return glbinding::Binding::ColorTableSGI(target, internalformat, width, format, type, table);
619}
620
621void glCombinerInputNV(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
622{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected