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