glCopyTexSubImage2D ( target level xoffset yoffset x y width height -- ) (original) (raw)
glCopyTexSubImage2D ( target level xoffset yoffset x y width height -- )
Inputs
target | an object |
---|---|
level | an object |
xoffset | an object |
yoffset | an object |
x | an object |
y | an object |
width | an object |
height | an object |
Outputs
None
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: gl FUNCTION: void glCopyTexSubImage2D
( GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLint x, GLint y, GLsizei width, GLsizei height )