GlTexSubImage1D typedef

GlTexSubImage1D = void Function(int target, int level, int xoffset, int width, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef GlTexSubImage1D = void Function(int target, int level, int xoffset,
    int width, int format, int type, Pointer pixels);