GlCopyTextureSubImage2DEXT typedef

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

Implementation

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