GlGetCompressedTextureImage typedef
GlGetCompressedTextureImage =
void Function(int program, int colorNumber, int index, Pointer<NativeType> name)
Implementation
typedef GlGetCompressedTextureImage = void Function(
int texture, int level, int bufSize, Pointer pixels);