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

Function glCopyColorSubTableEXT

source/glbinding/source/gl/functions_c.cpp:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906void glCopyColorSubTableEXT(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
907{
908 return glbinding::Binding::CopyColorSubTableEXT(target, start, x, y, width);
909}
910
911void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
912{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected