| 979 | } |
| 980 | |
| 981 | void glCopyPathNV(GLuint resultPath, GLuint srcPath) |
| 982 | { |
| 983 | return glbinding::Binding::CopyPathNV(resultPath, srcPath); |
| 984 | } |
| 985 | |
| 986 | void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) |
| 987 | { |
nothing calls this directly
no outgoing calls
no test coverage detected