GlMultiTexSubImage1DEXT typedef

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

Implementation

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