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

Function glCopyTexImage2DEXT

source/glbinding/source/gl/functions_c.cpp:1006–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004}
1005
1006void glCopyTexImage2DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
1007{
1008 return glbinding::Binding::CopyTexImage2DEXT(target, level, internalformat, x, y, width, height, border);
1009}
1010
1011void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1012{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected