Home
Docs
Install
OpenGL
raw
GL
EXT
OpenGL.raw.GL.EXT.copy_texture
Autogenerated by xml_generate script, do not edit!
Functions
_f
(
function
)
glCopyTexImage1DEXT
(
target ,
level ,
internalformat ,
x ,
y ,
width ,
border
)
glCopyTexImage2DEXT
(
target ,
level ,
internalformat ,
x ,
y ,
width ,
height ,
border
)
glCopyTexSubImage1DEXT
(
target ,
level ,
xoffset ,
x ,
y ,
width
)
glCopyTexSubImage2DEXT
(
target ,
level ,
xoffset ,
yoffset ,
x ,
y ,
width ,
height
)
glCopyTexSubImage3DEXT
(
target ,
level ,
xoffset ,
yoffset ,
zoffset ,
x ,
y ,
width ,
height
)