GlCopyTextureSubImage1D typedef

GlCopyTextureSubImage1D = void Function(int target, int offset, int size, int memory, int memOffset, int commit)

Implementation

typedef GlCopyTextureSubImage1D = void Function(
    int texture, int level, int xoffset, int x, int y, int width);