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

GL_ARB_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: 804f64a832a0b43fb1c5df22c064bc2210e5a42b (plain)
1
2
3
4
5
GL_ARB_copy_image
http://www.opengl.org/registry/specs/ARB/copy_image.txt
GL_ARB_copy_image

	void glCopyImageSubData (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 srcWidth, GLsizei srcHeight, GLsizei srcDepth)