Dart API Reference
dart:web_gl
RenderingContext
copyTexSubImage2D
copyTexSubImage2D
method
@DomName('WebGLRenderingContext.copyTexSubImage2D')
@DocsEditable()
void
copyTexSubImage2D
(
int
target
,
int
level
,
int
xoffset
,
int
yoffset
,
int
x
,
int
y
,
int
width
,
int
height
)