Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WGL_NV_copy_image « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50fdff4ed5f9a81ae11dce874fe3e0b71a6f60b7 (plain)
1
2
3
4
5
WGL_NV_copy_image
http://www.opengl.org/registry/specs/NV/copy_image.txt
WGL_NV_copy_image

  BOOL wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)