GlMultiTexSubImage3DEXT typedef

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

Implementation

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