GlCopyTexImage1D typedef

GlCopyTexImage1D = void Function(int target, int level, int internalformat, int x, int y, int width, int border)

Implementation

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