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

Function glCopyColorSubTable

source/glbinding/source/gl/functions_c.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
902{
903 return glbinding::Binding::CopyColorSubTable(target, start, x, y, width);
904}
905
906void glCopyColorSubTableEXT(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
907{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected