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

Function glCopyColorTableSGI

source/glbinding/source/gl/functions_c.cpp:916–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916void glCopyColorTableSGI(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
917{
918 return glbinding::Binding::CopyColorTableSGI(target, internalformat, x, y, width);
919}
920
921void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
922{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected