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

Function glCopyTexImage2D

source/glbinding/source/gl/functions_c.cpp:1001–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999}
1000
1001void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
1002{
1003 return glbinding::Binding::CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
1004}
1005
1006void glCopyTexImage2DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
1007{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected