GlCopyTextureSubImage2D typedef
GlCopyTextureSubImage2D =
void Function(int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Implementation
typedef GlCopyTextureSubImage2D = void Function(int texture, int level,
int xoffset, int yoffset, int x, int y, int width, int height);