GlCompressedTexImage1D typedef
GlCompressedTexImage1D =
void Function(int target, int internalformat, int offset, int size, int format, int type, Pointer<NativeType> data)
Implementation
typedef GlCompressedTexImage1D = void Function(int target, int level,
int internalformat, int width, int border, int imageSize, Pointer data);