GlCopyTexSubImage1D typedef

GlCopyTexSubImage1D = void Function(int target, int level, int xoffset, int x, int y, int width)

Implementation

typedef GlCopyTexSubImage1D = void Function(
    int target, int level, int xoffset, int x, int y, int width);