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

Function glColorSubTable

source/glbinding/source/gl/functions_c.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
577{
578 return glbinding::Binding::ColorSubTable(target, start, count, format, type, data);
579}
580
581void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
582{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected