GlTexImage1D typedef
GlTexImage1D =
void Function(int texunit, int target, int level, int internalformat, int width, int border, int imageSize, Pointer<NativeType> bits)
Implementation
typedef GlTexImage1D = void Function(int target, int level, int internalformat,
int width, int border, int format, int type, Pointer pixels);