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

Function glCopyTextureSubImage1D

source/glbinding/source/gl/functions_c.cpp:1051–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049}
1050
1051void glCopyTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1052{
1053 return glbinding::Binding::CopyTextureSubImage1D(texture, level, xoffset, x, y, width);
1054}
1055
1056void glCopyTextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
1057{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected