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

Function glColorSubTableEXT

source/glbinding/source/gl/functions_c.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
582{
583 return glbinding::Binding::ColorSubTableEXT(target, start, count, format, type, data);
584}
585
586void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
587{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected