PFNGLXCOPYIMAGESUBDATANVPROC

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (C)
alias PFNGLXCOPYIMAGESUBDATANVPROC = void function
(
Display* dpy
,,
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
)

Meta