GlGetCompressedTextureImageNative typedef
GlGetCompressedTextureImageNative =
Void Function(Uint32 texture, Int32 level, Int32 bufSize, Pointer<NativeType> pixels)
Implementation
typedef GlGetCompressedTextureImageNative = Void Function(
Uint32 texture, Int32 level, Int32 bufSize, Pointer pixels);