GlGetCompressedTexImageNative typedef

GlGetCompressedTexImageNative = Void Function(Uint32 target, Int32 level, Pointer<NativeType> img)

Implementation

typedef GlGetCompressedTexImageNative = Void Function(
    Uint32 target, Int32 level, Pointer img);