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

Function glCopyTexSubImage2DEXT

source/glbinding/source/gl/functions_c.cpp:1026–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026void glCopyTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1027{
1028 return glbinding::Binding::CopyTexSubImage2DEXT(target, level, xoffset, yoffset, x, y, width, height);
1029}
1030
1031void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1032{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected