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

Function glCopyColorTable

source/glbinding/source/gl/functions_c.cpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
912{
913 return glbinding::Binding::CopyColorTable(target, internalformat, x, y, width);
914}
915
916void glCopyColorTableSGI(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
917{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected