GlCopyTexImage2D typedef
GlCopyTexImage2D =
void Function(int target, int level, int internalformat, int x, int y, int width, int height, int border)
Implementation
typedef GlCopyTexImage2D = void Function(int target, int level,
int internalformat, int x, int y, int width, int height, int border);