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

Function glCopyTextureSubImage2D

source/glbinding/source/gl/functions_c.cpp:1061–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061void glCopyTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1062{
1063 return glbinding::Binding::CopyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height);
1064}
1065
1066void glCopyTextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1067{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected