GlCopyTextureImage2DEXT typedef

GlCopyTextureImage2DEXT = void Function(int texture, int target, int level, int internalformat, int x, int y, int width, int height, int border)

Implementation

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