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

Function glCopyPathNV

source/glbinding/source/gl/functions_c.cpp:981–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981void glCopyPathNV(GLuint resultPath, GLuint srcPath)
982{
983 return glbinding::Binding::CopyPathNV(resultPath, srcPath);
984}
985
986void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
987{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected