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

Function glCopyPixels

source/glbinding/source/gl/functions_c.cpp:986–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
987{
988 return glbinding::Binding::CopyPixels(x, y, width, height, type);
989}
990
991void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
992{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected