GlCompressedTexSubImage1D typedef
GlCompressedTexSubImage1D =
void Function(int target, int level, int xoffset, int width, int format, int imageSize, Pointer<NativeType> data)
Implementation
typedef GlCompressedTexSubImage1D = void Function(int target, int level,
int xoffset, int width, int format, int imageSize, Pointer data);