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

Function glCopyTexSubImage1DEXT

source/glbinding/source/gl/functions_c.cpp:1016–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016void glCopyTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1017{
1018 return glbinding::Binding::CopyTexSubImage1DEXT(target, level, xoffset, x, y, width);
1019}
1020
1021void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
1022{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected