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