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

Function glCopyImageSubDataNV

source/glbinding/source/gl/functions_c.cpp:946–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946void glCopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
947{
948 return glbinding::Binding::CopyImageSubDataNV(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth);
949}
950
951void glCopyMultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
952{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected