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

Function glCopyTextureImage1DEXT

source/glbinding/source/gl/functions_c.cpp:1041–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039}
1040
1041void glCopyTextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
1042{
1043 return glbinding::Binding::CopyTextureImage1DEXT(texture, target, level, internalformat, x, y, width, border);
1044}
1045
1046void glCopyTextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
1047{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected