GlTextureImage1DEXT typedef

GlTextureImage1DEXT = void Function(int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, Pointer<NativeType> bits)

Implementation

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