| | '''Autogenerated by xml_generate script, do not edit!''' |
| | from OpenGL import platform as _p, arrays |
| | |
| | from OpenGL.raw.GL import _types as _cs |
| | |
| | from OpenGL.raw.GL._types import * |
| | from OpenGL.raw.GL import _errors |
| | from OpenGL.constant import Constant as _C |
| |
|
| | import ctypes |
| | _EXTENSION_NAME = 'GL_EXT_copy_texture' |
| | def _f( function ): |
| | return _p.createFunction( function,_p.PLATFORM.GL,'GL_EXT_copy_texture',error_checker=_errors._error_checker) |
| |
|
| | @_f |
| | @_p.types(None,_cs.GLenum,_cs.GLint,_cs.GLenum,_cs.GLint,_cs.GLint,_cs.GLsizei,_cs.GLint) |
| | def glCopyTexImage1DEXT(target,level,internalformat,x,y,width,border):pass |
| | @_f |
| | @_p.types(None,_cs.GLenum,_cs.GLint,_cs.GLenum,_cs.GLint,_cs.GLint,_cs.GLsizei,_cs.GLsizei,_cs.GLint) |
| | def glCopyTexImage2DEXT(target,level,internalformat,x,y,width,height,border):pass |
| | @_f |
| | @_p.types(None,_cs.GLenum,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLsizei) |
| | def glCopyTexSubImage1DEXT(target,level,xoffset,x,y,width):pass |
| | @_f |
| | @_p.types(None,_cs.GLenum,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLsizei,_cs.GLsizei) |
| | def glCopyTexSubImage2DEXT(target,level,xoffset,yoffset,x,y,width,height):pass |
| | @_f |
| | @_p.types(None,_cs.GLenum,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLint,_cs.GLsizei,_cs.GLsizei) |
| | def glCopyTexSubImage3DEXT(target,level,xoffset,yoffset,zoffset,x,y,width,height):pass |
| |
|