mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
6 lines
346 B
Plaintext
6 lines
346 B
Plaintext
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)
|