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

Function glCopyTexSubImage3DEXT

source/glbinding/source/gl/functions_c.cpp:1036–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036void glCopyTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1037{
1038 return glbinding::Binding::CopyTexSubImage3DEXT(target, level, xoffset, yoffset, zoffset, x, y, width, height);
1039}
1040
1041void glCopyTextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
1042{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected