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

Function glCopyTexSubImage1D

source/glbinding/source/gl/functions_c.cpp:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1012{
1013 return glbinding::Binding::CopyTexSubImage1D(target, level, xoffset, x, y, width);
1014}
1015
1016void glCopyTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1017{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected