GlCopyTexSubImage1D typedef
GlCopyTexSubImage1D =
void Function(int target, int offset, int size, int memory, int memOffset, int commit)
Implementation
typedef GlCopyTexSubImage1D = void Function(
int target, int level, int xoffset, int x, int y, int width);