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

Function glCopyTexSubImage2D

source/glbinding/source/gl/functions_c.cpp:1021–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1022{
1023 return glbinding::Binding::CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
1024}
1025
1026void glCopyTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1027{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected