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

Function glCopyTexImage1D

source/glbinding/source/gl/functions_c.cpp:991–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989}
990
991void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
992{
993 return glbinding::Binding::CopyTexImage1D(target, level, internalformat, x, y, width, border);
994}
995
996void glCopyTexImage1DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
997{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected