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

Function glCopyTexImage1DEXT

source/glbinding/source/gl/functions_c.cpp:996–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996void glCopyTexImage1DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
997{
998 return glbinding::Binding::CopyTexImage1DEXT(target, level, internalformat, x, y, width, border);
999}
1000
1001void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
1002{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected