GlCopyTexSubImage2D typedef

GlCopyTexSubImage2D = void Function(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)

Implementation

typedef GlCopyTexSubImage2D = void Function(int target, int level, int xoffset,
    int yoffset, int x, int y, int width, int height);