copyTexSubImage2D method
void
copyTexSubImage2D()
The WebGLRenderingContext.copyTexSubImage2D()
method of
the
WebGL API
copies pixels from the current
WebGLFramebuffer into an existing 2D texture sub-image.
Implementation
external void copyTexSubImage2D(
GLenum target,
GLint level,
GLint xoffset,
GLint yoffset,
GLint x,
GLint y,
GLsizei width,
GLsizei height,
);