GlMultiTexSubImage2DEXT typedef

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

Implementation

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