GlMultiTexImage1DEXT typedef

GlMultiTexImage1DEXT = void Function(int texunit, int target, int level, int internalformat, int width, int border, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef GlMultiTexImage1DEXT = void Function(
    int texunit,
    int target,
    int level,
    int internalformat,
    int width,
    int border,
    int format,
    int type,
    Pointer pixels);