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

Function glCopyTextureSubImage3D

source/glbinding/source/gl/functions_c.cpp:1071–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void glCopyTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1072{
1073 return glbinding::Binding::CopyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
1074}
1075
1076void glCopyTextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1077{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected