mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
10 lines
760 B
Plaintext
10 lines
760 B
Plaintext
GL_EXT_copy_texture
|
|
http://www.opengl.org/registry/specs/EXT/copy_texture.txt
|
|
GL_EXT_copy_texture
|
|
|
|
void glCopyTexImage1DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
|
|
void glCopyTexImage2DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
|
|
void glCopyTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
|
|
void glCopyTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
|
|
void glCopyTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
|