GlCopyTexImage1D typedef

GlCopyTexImage1D = void Function(int unit, int texture, int level, int layered, int layer, int access, int format)

Implementation

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