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

Function glCopyTextureImage2DEXT

source/glbinding/source/gl/functions_c.cpp:1046–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044}
1045
1046void glCopyTextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
1047{
1048 return glbinding::Binding::CopyTextureImage2DEXT(texture, target, level, internalformat, x, y, width, height, border);
1049}
1050
1051void glCopyTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1052{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected